Skip to content

Commit 5924bef

Browse files
committed
Updated README
1 parent 277c59c commit 5924bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ import {...} from 'js/elixir'
9898
* Using the included the ElixirScript module to turn Elixir code into JavaScript
9999
```elixir
100100
iex(1)> ElixirScript.compile("[1, 2, 3, 4]")
101-
["Erlang.list(1,2,3,4)"]
101+
["Kernel.SpecialForms.list(1,2,3,4)"]
102102
```
103103

104104
# Macros

0 commit comments

Comments
 (0)