summary refs log tree commit diff stats
path: root/doc/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.txt')
-rwxr-xr-xdoc/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index c1b0c0b4a..4aed263cc 100755
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -1885,7 +1885,7 @@ Overloading of the subscript operator
 

 The ``[]`` subscript operator for arrays/openarrays/sequences can be overloaded.

 Overloading support is only possible if the first parameter has no type that

-already supports the built-in ``[]`` notation. Currently the compiler currently

+already supports the built-in ``[]`` notation. Currently the compiler 

 does not check this. XXX Multiple indexes