diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-17 00:35:07 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-17 00:35:07 +0100 |
| commit | 51332ba3f434b9491b9920f51db7218a9a29d76b (patch) | |
| tree | c8d31d82c4de78aa483baccddfe29a5223b2ac02 | |
| parent | 112b49ab7d2af6edea6bad97f2eea98e96ed5428 (diff) | |
chore: fix typo in NECTAR_LANG specs.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -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. |
