Skip to content

Commit 196ebe0

Browse files
authored
Fix typo
1 parent 12fcc1b commit 196ebe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_script/ffi.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ElixirScript.FFI do
22
@moduledoc """
33
The Foreign Function Interface (FFI) for interacting with JavaScript
44
5-
To define a foreign module, make a new module and add `use ElixirScript.FFI`. to it
5+
To define a foreign module, make a new module and add `use ElixirScript.FFI` to it.
66
To define external functions, use the `defexternal` macro.
77
88
Here is an example of a foreign module for a JSON module

0 commit comments

Comments
 (0)