Przeglądaj źródła

Update README.md

make example more understandable
Raku Zeta 3 lat temu
rodzic
commit
d71cee0979
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -183,7 +183,7 @@ As we have strings, we can also get single characters:
 ```
 
 ```js
-[[][[]]+[]][+[]][           1 ] // "n"
+  "undefined"   [           1 ] // "n"
 [[][[]]+[]][+[]][ ++[[]][+[]] ] // "n"
 ```