diff options
| -rw-r--r-- | doc/specs/NECTAR_LANG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/specs/NECTAR_LANG.md b/doc/specs/NECTAR_LANG.md index 9346f98..0a39885 100644 --- a/doc/specs/NECTAR_LANG.md +++ b/doc/specs/NECTAR_LANG.md @@ -20,7 +20,7 @@ - `&` Checked pointer type. - `*` Unchecked pointer type. - `.` Checked pointer access. -- `->` UnChecked pointer access. +- `->` Unchecked pointer access. - `impl` Implementation data structure, useful for proxies, iterators, etc. - `struct` Data implementation of `impl` -- useful to store fields and such. - `let` Pointer/Reference variable declaration. |
