Skip to content

Commit 9c78283

Browse files
committed
Fix spelling
1 parent b17bf0b commit 9c78283

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/syntax_suggest/capture_code_context.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module SyntaxSuggest
1515
#
1616
# 1. Sanitize/format input source
1717
# 2. Search for invalid blocks
18-
# 3. Format invalid blocks into something meaninful
18+
# 3. Format invalid blocks into something meaningful
1919
#
2020
# This class handles the third part.
2121
#

lib/syntax_suggest/clean_document.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module SyntaxSuggest
1010
#
1111
# 1. Sanitize/format input source
1212
# 2. Search for invalid blocks
13-
# 3. Format invalid blocks into something meaninful
13+
# 3. Format invalid blocks into something meaningful
1414
#
1515
# This class handles the first part.
1616
#

lib/syntax_suggest/code_frontier.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module SyntaxSuggest
88
#
99
# 1. Sanitize/format input source
1010
# 2. Search for invalid blocks
11-
# 3. Format invalid blocks into something meaninful
11+
# 3. Format invalid blocks into something meaningful
1212
#
1313
# The Code frontier is a critical part of the second step
1414
#

0 commit comments

Comments
 (0)