Skip to content

Commit

Permalink
Fix compiler.asciidoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrejbr authored and happi committed Apr 8, 2017
1 parent 416b90b commit 21f13ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ abstract syntax tree will then be saved by the "Save AST" until the
end of the compilation, where it will be written to the .beam file.

It is important to note that the code is saved before any
optimisations are appilied, so if there is a bug in an optimisation
optimisations are applied, so if there is a bug in an optimisation
pass in the compiler and you run code in the debugger you will get a
diffferent behavior. If you are implementing your own compiler
optimisations this can trick you up badly.
Expand Down

0 comments on commit 21f13ca

Please sign in to comment.