Skip to content

Commit 7998e22

Browse files
Elias Lanfranconihappi
authored andcommitted
Update compiler.asciidoc (change phrase)
Thanks for the book. Small error here, the correct phrase is "trip you up".
1 parent 48f1b26 commit 7998e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapters/compiler.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ It is important to note that the code is saved _before_ any
635635
optimisations are applied, so if there is a bug in an optimisation
636636
pass in the compiler and you run interpreted code in the debugger you will get a
637637
different behavior. If you are implementing your own compiler
638-
optimisations, this can trick you up badly.
638+
optimisations, this can trip you up badly.
639639

640640
==== Compiler Pass: Expand
641641

0 commit comments

Comments
 (0)