We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277c59c commit 5924befCopy full SHA for 5924bef
README.md
@@ -98,7 +98,7 @@ import {...} from 'js/elixir'
98
* Using the included the ElixirScript module to turn Elixir code into JavaScript
99
```elixir
100
iex(1)> ElixirScript.compile("[1, 2, 3, 4]")
101
- ["Erlang.list(1,2,3,4)"]
+ ["Kernel.SpecialForms.list(1,2,3,4)"]
102
```
103
104
# Macros
0 commit comments