diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-17 09:17:01 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-17 09:17:01 +0100 |
| commit | 3544384f57fbc63191370f9ac02b7874ea25ea81 (patch) | |
| tree | 7324e40ff3bd0a01ca8b53aa836f017a1888419d | |
| parent | 51332ba3f434b9491b9920f51db7218a9a29d76b (diff) | |
chore: Fix typo in `NECTAR_LANG.md`.
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 0a39885..ab64c0f 100644 --- a/doc/specs/NECTAR_LANG.md +++ b/doc/specs/NECTAR_LANG.md @@ -24,7 +24,7 @@ - `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. -- `const` const `let` declaration. +- `const` and `let` declaration. - Functions. - Nested Stubs. |
