diff options
author | Clyybber <darkmine956@gmail.com> | 2020-10-01 19:58:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 19:58:53 +0200 |
commit | 37e0d6f32d39752e0017685c471e19071570150c (patch) | |
tree | 6a4f1ad20bb6a73e68f0ed121ffa73160f623a69 /doc/manual_experimental.rst | |
parent | 800d6204cd1e55919fb608ed8f151774894ee2b7 (diff) | |
download | Nim-37e0d6f32d39752e0017685c471e19071570150c.tar.gz |
Fix typo
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. |