Skip to content

Commit

Permalink
Temp fix for missing Elixir syntax highlight.
Browse files Browse the repository at this point in the history
  • Loading branch information
happi committed Apr 19, 2017
1 parent c483def commit a852a50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions chapters/introduction.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ of the command line switches `--name NAME@HOST` or `--sname NAME` (or
but not a node. In such a system the function `Node.alive?`
(or in Erlang `is_alive()`) returns false.

[source,iex]
----
$ iex
Erlang/OTP 19 [erts-8.1] [source-0567896] [64-bit] [smp:4:4]
Expand All @@ -122,7 +121,6 @@ if you didn't give it a name. In Elixir you use the function
`Node.list` with the argument `:this`, and in Erlang you
call `nodes(this).`:

[source,iex]
----
iex(2)> Node.list :this
[:nonode@nohost]
Expand Down
1 change: 0 additions & 1 deletion chapters/ops.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ need to run the command on one of the nodes.



[source,iex]
----
iex(node2@GDC08)1> Node.connect :node1@GDC08
true
Expand Down

0 comments on commit a852a50

Please sign in to comment.