From 46144a31ab977a05d4c97e51b9676bc925febde8 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 8 Dec 2019 19:14:54 +0000 Subject: [PATCH] deviated -> derived (#12845) [backport] --- doc/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]``.