Skip to content

Commit b47c1c7

Browse files
committed
Fix typos
1 parent a137610 commit b47c1c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/user/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
There are two ways to print exceptions, which can be useful to find the source of an error:
66

7-
* the standard Ruby `-d` flag which print the `file:line` where each exception was raised.
7+
* the standard Ruby `-d` flag which prints the `file:line` where each exception was raised.
88
* `--backtraces-raise` which show the full backtrace on each exception raised.
99

1010
Both print all exceptions even if the exceptions are later rescued.
1111

12-
Java exceptions can be printed with `exceptions-print-uncaught-java` or
12+
Java exceptions can be printed with `--exceptions-print-uncaught-java` or
1313
`--exceptions-print-java`.
1414

1515
See other `--backtraces-*` and `--exceptions-*` options for more possibilities.

0 commit comments

Comments
 (0)