Skip to content

Commit

Permalink
Merge pull request #4146 from mvj3/minor-document-typos
Browse files Browse the repository at this point in the history
Fixed minor document typos
  • Loading branch information
michaelficarra committed Nov 18, 2015
2 parents 0995ba3 + f179b20 commit b8403bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lexer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ exports.Lexer = class Lexer
end

# Matches newlines, indents, and outdents, and determines which is which.
# If we can detect that the current line is continued onto the the next line,
# If we can detect that the current line is continued onto the next line,
# then the newline is suppressed:
#
# elements
Expand Down
2 changes: 1 addition & 1 deletion src/optparse.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports.OptionParser = class OptionParser
#
# [short-flag, long-flag, description]
#
# Along with an an optional banner for the usage help.
# Along with an optional banner for the usage help.
constructor: (rules, @banner) ->
@rules = buildRules rules

Expand Down

0 comments on commit b8403bf

Please sign in to comment.