fix docs
This commit is contained in:
parent
70a6de687f
commit
6d2e31aa24
|
@ -30,7 +30,7 @@
|
||||||
- Emacs major mode included; Vim, VSCode, and Lite XL support planned.
|
- Emacs major mode included; Vim, VSCode, and Lite XL support planned.
|
||||||
|
|
||||||
** Language Design
|
** Language Design
|
||||||
- Strongly typed with optional type hints in function signatures.
|
- Strongly typed but with a friendly 'let' syntax.
|
||||||
- =real= type (fixed point Q16.16 by default).
|
- =real= type (fixed point Q16.16 by default).
|
||||||
- =int= for integer numbers (i32).
|
- =int= for integer numbers (i32).
|
||||||
- =nat= for unsigned integer numbers (u32).
|
- =nat= for unsigned integer numbers (u32).
|
||||||
|
|
Loading…
Reference in New Issue