diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-25 13:07:10 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-12-26 02:10:25 +0000 |
commit | 50b783ccaca1622266578b1750dd2490f883c6cc (patch) | |
tree | 602365f7a856debdd2f9763e71eb116146ef2956 /lib/syntax_suggest/capture_code_context.rb | |
parent | ca886cd253e5c38b0bd51e57ad791c00533c20a0 (diff) |
[ruby/syntax_suggest] Typofix by misspell
https://github.com/ruby/syntax_suggest/commit/66e1cf0b3e
Diffstat (limited to 'lib/syntax_suggest/capture_code_context.rb')
-rw-r--r-- | lib/syntax_suggest/capture_code_context.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax_suggest/capture_code_context.rb b/lib/syntax_suggest/capture_code_context.rb index 6dc7047176..1f232cfae3 100644 --- a/lib/syntax_suggest/capture_code_context.rb +++ b/lib/syntax_suggest/capture_code_context.rb @@ -26,7 +26,7 @@ module SyntaxSuggest # they can't add extra data that's not present. # # In the case of known ambiguious cases, this class adds context - # back to the ambiguitiy so the programmer has full information. + # back to the ambiguity so the programmer has full information. # # Beyond handling these ambiguities, it also captures surrounding # code context information: |