Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wonda-tea-coffee committed Nov 23, 2021
1 parent 1e1bc82 commit 1c735db
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 1c735db

Please sign in to comment.