From 6d2e31aa24e76f0bcc6b7a98d436044b3d0e07c7 Mon Sep 17 00:00:00 2001 From: zongor Date: Sat, 14 Jun 2025 15:23:40 -0400 Subject: [PATCH] fix docs --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 987a767..6505968 100644 --- a/README.org +++ b/README.org @@ -30,7 +30,7 @@ - Emacs major mode included; Vim, VSCode, and Lite XL support planned. ** 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). - =int= for integer numbers (i32). - =nat= for unsigned integer numbers (u32).