From 8126cb497f61a8bb2d98833b1f44d41fc4eeea29 Mon Sep 17 00:00:00 2001 From: ramiroaisen <52116153+ramiroaisen@users.noreply.github.com> Date: Mon, 19 Aug 2024 23:58:32 -0300 Subject: [PATCH] doc: change 3 in number to three in letters (as it should be) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 582bff82c..5ecd9a5d7 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ const const half = 1/2! You can also use number names. ```java -print(one + two)! //3 +print(one + two)! //three ``` ## Indents