Skip to content

Commit 2224995

Browse files
committed
Refactor order of documentation
1 parent 75abd0f commit 2224995

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/elixir_script.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ defmodule ElixirScript do
6464
6565
Check out the [JavaScript Interoperability](JavascriptInterop.html) documentation
6666
67-
### Limitations
68-
69-
ElixirScript does not support `receive` or any of OTP at this time.
70-
7167
### Dependencies
7268
7369
ElixirScript can use many of the same Hex packages and dependencies that currently exist.
@@ -76,5 +72,9 @@ defmodule ElixirScript do
7672
a package for ElixirScript with FFI modules for interacting with React, the name would be
7773
`elixir_script_react`. This is to make sure that other developers know that a package in Hex
7874
is specifically for use with ElixirScript.
75+
76+
### Limitations
77+
78+
ElixirScript does not support `receive` or any of OTP at this time.
7979
"""
8080
end

0 commit comments

Comments
 (0)