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 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. |
