Skip to content

Commit

Permalink
Merge pull request #41914 from jbampton/fix-eg-typo
Browse files Browse the repository at this point in the history
docs: fix e.g. typo in debugging_rails_applications.md [ci-skip]
  • Loading branch information
jonathanhefner committed Apr 11, 2021
2 parents 4b681bd + 372dae7 commit ee665e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/debugging_rails_applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee665e1

Please sign in to comment.