Explorar el Código

Fix formatting issue

Alexander Zaytsev hace 9 años
padre
commit
d79fc890f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -423,7 +423,7 @@ X << Y // number
 A more complex example is to get character "f" with `[]>+` only:
 
 ```js
-[[ []&lt;[] ] + [] ] [[]&lt;&lt;[]] [[]&lt;&lt;[]]
+[[ []<[] ] + [] ] [[]<<[]] [[]<<[]]
 [[ false ] + [] ] [     0] [     0]
 [ "false"       ] [     0] [     0]
   "false"                  [     0]