diff --git a/doc/manual.rst b/doc/manual.rst index fc6c06c35f..08276eb9bc 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]``.