Skip to content

Commit

Permalink
Minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Twisol committed Dec 13, 2010
1 parent 1de10fa commit 8cca87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lupin/generator.rb
Expand Up @@ -127,8 +127,8 @@ def try_tonumber
g.pop
# data, Lupin::Parser, data, opts

g.send :parse, 2 # data, match
g.send :value, 0 # data, ast
g.send :parse, 2 # data, ast
g.send :value, 0 # data, result
g.rotate 2 # result, data
g.pop # result
g.pop_unwind
Expand Down

0 comments on commit 8cca87b

Please sign in to comment.