Skip to content

Commit

Permalink
Fixes typo in ABOUT.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
rob5standingby committed Jan 29, 2016
1 parent 0819f4a commit c9b5257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ABOUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ José Valim, the creator of Elixir, explains [here](https://vimeo.com/53221562)
1. Distributed
2. Fault-Tolerant
3. Soft-Real-Time
4. Hot-Code-Swapped (can introduce new code without stopping the sever)
4. Hot-Code-Swapped (can introduce new code without stopping the server)

Elixir actually compiles down to [bytecode](https://en.wikipedia.org/wiki/Bytecode) and then run on the [BEAM Erlang Virtual Machine](https://erlangcentral.org/euc-2014-robert-virding-hitchhikers-tour-of-the-beam/#.VmsIIBorJE4).

Expand Down

0 comments on commit c9b5257

Please sign in to comment.