summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/specs/NECTAR_LANG.md2
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.