summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-03-08 00:39:13 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-03-08 00:39:13 +0100
commit507feb3ce51d4d12b86c101e2c5bf4bbba441c82 (patch)
tree0ff608874f0841ffe3a3af96b7bcc19e8cf19b99 /doc
parent91a4b448fdfb1a28e5bd1f1d5785e0308fedcb1a (diff)
parent7dc8dcb581a2de06472c35868504c7aafe69ca81 (diff)
downloadNim-507feb3ce51d4d12b86c101e2c5bf4bbba441c82.tar.gz
Merge branch 'devel' into faster-nimsuggest
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/types.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/types.txt b/doc/manual/types.txt
index c81bc042b..aed09c951 100644
--- a/doc/manual/types.txt
+++ b/doc/manual/types.txt
@@ -143,7 +143,7 @@ affected by this rule: ``-``, ``+``, ``*``, ``min``, ``max``, ``succ``,
 ``pred``, ``mod``, ``div``, ``%%``, ``and`` (bitwise ``and``).
 
 Bitwise ``and`` only produces a ``range`` if one of its operands is a
-constant *x* so that (x+1) is a number of two.
+constant *x* so that (x+1) is a power of two.
 (Bitwise ``and`` is then a ``%%`` operation.)
 
 This means that the following code is accepted: