deviated -> derived (#12845) [backport]

(cherry picked from commit 46144a31ab)
This commit is contained in:
Mark
2019-12-08 19:14:54 +00:00
committed by narimiran
parent 789a984c1e
commit 6f520fb6d9

View File

@@ -3676,7 +3676,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]``.