Skip to content

Commit

Permalink
Comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jan 28, 2015
1 parent 2c37414 commit def5366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/breakpoint.rb
Expand Up @@ -12,7 +12,8 @@ class Breakpoint
# we want to (also) record hits independent
# of the condition?
attr_reader :id # Fixnum. Name of breakpoint
attr_reader :ignore # Fixnum. Number of times encountered to ignore
attr_reader :ignore # Fixnum. Number of times to ignore
# before triggering
attr_reader :iseq # Instruction sequence associated with this
# breakpoint. From this we can derive
# information such as source location.
Expand Down

0 comments on commit def5366

Please sign in to comment.