Add "." to comments. :)

This commit is contained in:
Bob Nystrom
2015-02-04 20:26:29 -08:00
parent ddd20c687e
commit 55caae343b
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
IO.print("a" + "b") // expect: ab
// 8-bit clean
// 8-bit clean.
IO.print(("a\0b" + "\0c") == "a\0b\0c") // expect: true