Skip to content

Commit 789befc

Browse files
committed
Oops
1 parent cfd1f9e commit 789befc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It features:
1818
import glisp
1919
2020
pub fn main() {
21-
glisp.eval("(+ 1 2 3)") # => "6"
21+
glisp.eval("(+ 1 2 3)") //=> "6"
2222
}
2323
```
2424

0 commit comments

Comments
 (0)