diff options
-rw-r--r-- | doc/manual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index fc6c06c35..08276eb9b 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -3679,7 +3679,7 @@ a syntax like: proc foo(other: Y; container: var X): var T from container Here ``var T from container`` explicitly exposes that the -location is deviated from the second parameter (called +location is derived from the second parameter (called 'container' in this case). The syntax ``var T from p`` specifies a type ``varTy[T, 2]`` which is incompatible with ``varTy[T, 1]``. |