From: Tsuyoshi Sawada Date: 2011-05-26T01:02:10+09:00 Subject: [ruby-core:36470] [Ruby 1.9 - Bug #4781][Open] Engrish in comment in Regexp#=~ Issue #4781 has been reported by Tsuyoshi Sawada. ---------------------------------------- Bug #4781: Engrish in comment in Regexp#=~ http://redmine.ruby-lang.org/issues/4781 Author: Tsuyoshi Sawada Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: 1.9.2 I see the following grammatical mistakes in ruby-doc, probably reflecting the comments in the source: Regexp#=~ wrong: The assignment is not occur if the regexp is not a literal. correct: The assignment does not occur if the regexp is not a literal. wrong: The assignment is not occur if the regexp is placed at right hand side. correct: The assignment does not occur if the regexp is placed at the right hand side. -- http://redmine.ruby-lang.org