summaryrefslogtreecommitdiff
path: root/test/ruby/sentence.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/sentence.rb')
-rw-r--r--test/ruby/sentence.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/sentence.rb b/test/ruby/sentence.rb
index 28fb5d1cf8..9bfd7c7599 100644
--- a/test/ruby/sentence.rb
+++ b/test/ruby/sentence.rb
@@ -353,7 +353,7 @@ class Sentence
# * No rule derives to empty sequence
# * Underivable rule simplified
# * No channel rule
- # * Symbols which has zero or one choices are not appered in rhs.
+ # * Symbols which has zero or one choices are not appeared in rhs.
#
# Note that the rules which can derive empty and non-empty
# sequences are modified to derive only non-empty sequences.