deviated -> derived (#12845) [backport]

This commit is contained in:
Mark
2019-12-08 19:14:54 +00:00
committed by Andreas Rumpf
parent 23fc93fc2d
commit 46144a31ab

View File

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