diff options
Diffstat (limited to 'doc/manual_experimental.rst')
-rw-r--r-- | doc/manual_experimental.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual_experimental.rst b/doc/manual_experimental.rst index 109399d61..655adae02 100644 --- a/doc/manual_experimental.rst +++ b/doc/manual_experimental.rst @@ -1994,7 +1994,7 @@ Start of a borrow A borrow starts with one of the following: - The assignment of a non-view-type to a view-type. -- The assingment of a location that is derived from a local parameter +- The assignment of a location that is derived from a local parameter to a view-type. |