Skip to content

Commit

Permalink
Closes #313 Fixes interop in gitbook and new gitbbok (#317)
Browse files Browse the repository at this point in the history
* gitignore ls

* interop in docs
  • Loading branch information
wende authored Apr 14, 2018
1 parent d5da433 commit 70361d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ docs/
example/
stable/
_book/
.elixir_ls/
2 changes: 1 addition & 1 deletion roadmap/INTEROP.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ And it will work as fine
## Calling Elixir


To call elixir from Elchemy you need to define a foreing function interface.
To call elixir from Elchemy you need to define a foreign function interface.
To do that you can use `ffi` [special syntax (?)](SPECIAL_SYNTAX.md)

`ffi` requires the function to have a very specific format, which is:
Expand Down
3 changes: 2 additions & 1 deletion roadmap/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Documentation
* [Table Of Contents](./README.md)
* [Installations](./INSTALLATION.md)
* Basics
* Basics
   * [Syntax overview](./SYNTAX.md)
   * [Basic Types](./BASIC_TYPES.md)
* [Defining Types](./TYPES.md)
Expand All @@ -12,6 +12,7 @@
* [Defining Modules](./MODULES.md)
* [Defining Functions](./FUNCTIONS.md)
* [Comments](./COMMENTS.md)
* [Interop](./INTEROP.md)
* Advanced
* [Side Effects / TEA](./SIDE_EFFECTS.md)
* [Unit Testing](./TESTING.md)
Expand Down

0 comments on commit 70361d4

Please sign in to comment.