We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fcc1b commit 196ebe0Copy full SHA for 196ebe0
lib/elixir_script/ffi.ex
@@ -2,7 +2,7 @@ defmodule ElixirScript.FFI do
2
@moduledoc """
3
The Foreign Function Interface (FFI) for interacting with JavaScript
4
5
- To define a foreign module, make a new module and add `use ElixirScript.FFI`. to it
+ To define a foreign module, make a new module and add `use ElixirScript.FFI` to it.
6
To define external functions, use the `defexternal` macro.
7
8
Here is an example of a foreign module for a JSON module
0 commit comments