[ruby/syntax_suggest] Typofix by misspell

66e1cf0b3e
This commit is contained in:
Hiroshi SHIBATA 2023-12-25 13:07:10 +09:00 committed by git
parent ca886cd253
commit 50b783ccac
6 changed files with 10 additions and 10 deletions

View file

@ -118,7 +118,7 @@ module SyntaxSuggest
end
# Scanning is intentionally conservative because
# we have no way of rolling back an agressive block (at this time)
# we have no way of rolling back an aggressive block (at this time)
#
# If a block was stopped for some trivial reason, (like an empty line)
# but the next line would have caused it to be balanced then we
@ -224,7 +224,7 @@ module SyntaxSuggest
@scanner.lines
end
# Managable rspec errors
# Manageable rspec errors
def inspect
"#<#{self.class}:0x0000123843lol >"
end