From 3544384f57fbc63191370f9ac02b7874ea25ea81 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 17 Jan 2026 09:17:01 +0100 Subject: chore: Fix typo in `NECTAR_LANG.md`. Signed-off-by: Amlal El Mahrouss --- doc/specs/NECTAR_LANG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3