Merge pull request #41914 from jbampton/fix-eg-typo

docs: fix e.g. typo in debugging_rails_applications.md [ci-skip]
This commit is contained in:
Jonathan Hefner 2021-04-11 11:47:35 -05:00 committed by GitHub
commit ee665e15be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ deleted when that breakpoint is reached.
* `finish [n]`: execute until the selected stack frame returns. If no frame
number is given, the application will run until the currently selected frame
returns. The currently selected frame starts out the most-recent frame or 0 if
no frame positioning (e.g up, down, or frame) has been performed. If a frame
no frame positioning (e.g. up, down, or frame) has been performed. If a frame
number is given it will run until the specified frame returns.
### Editing