Skip to content

Commit

Permalink
Fix incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
southerngs committed Mar 19, 2014
1 parent 55e9015 commit 7a8fc29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/instruction_parser.rb
Expand Up @@ -38,8 +38,8 @@
# the 'receiver' and 'count' additional items.
#
# Finally, for instructions that alter the normal sequential flow of execution,
# the type of control flow change will be specified in curly braces, e.g.
# {branch}. The control flow behavior defaults to next, but for those
# the type of control flow change will be specified with a hashrocket e.g.
# '=> branch'. The control flow behavior defaults to next, but for those
# instructions where control is (or may) change, one of the following flow
# types must be specified:
# branch - for instructions that branch within the same method
Expand Down

0 comments on commit 7a8fc29

Please sign in to comment.