Skip to content

Commit c6cd679

Browse files
authored
Merge pull request #136 from nobu/patch-2
[DOC] remove an extra backquote
2 parents 8cfe58b + c6b672d commit c6cd679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dead_end/api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Error < StandardError; end
1616

1717
# DeadEnd.handle_error [Public]
1818
#
19-
# Takes a `SyntaxError`` exception, uses the
19+
# Takes a `SyntaxError` exception, uses the
2020
# error message to locate the file. Then the file
2121
# will be analyzed to find the location of the syntax
2222
# error and emit that location to stderr.

0 commit comments

Comments
 (0)