Skip to content

Commit

Permalink
Merge pull request #409 from wonda-tea-coffee/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
hsbt committed Nov 24, 2021
2 parents 1e1bc82 + 1c735db commit 8619be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ There is a test generator in `debug.rb` project to make it easier to write tests

### Quickstart

This section shows you how to create test file by test generator. For more advanced informations on creating tests, please take a look at [gentest options](#gentest-options). (You can also check by `$bin/gentest -h`)
This section shows you how to create test file by test generator. For more advanced information on creating tests, please take a look at [gentest options](#gentest-options). (You can also check by `$bin/gentest -h`)

#### 1. Create a target file for debuggee.

Expand Down
2 changes: 1 addition & 1 deletion lib/debug/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,7 @@ def self.add_catch_breakpoint pat
::DEBUGGER__::SESSION.add_catch_breakpoint pat
end

# String for requring location
# String for requiring location
# nil for -r
def self.require_location
locs = caller_locations
Expand Down

0 comments on commit 8619be2

Please sign in to comment.