1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2006-08-28 02:38:01 +00:00
parent 333a94d413
commit 1e28976763
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Aug 28 11:36:02 2006 Eric Hodel <drbrain@segment7.net>
* lib/rdoc/parsers/parse_rb.rb: Fix typo. Submitted by
<calamitas at gmail.com>. [ruby-core:08724]
Mon Aug 28 07:53:44 2006 Eric Hodel <drbrain@segment7.net>
* lib/rdoc/ri/ri_formatter.rb: Don't unescape HTML in HtmlFormatter.

View file

@ -1485,7 +1485,7 @@ module RDoc
obj.pop_token
end if @token_listeners
else
warn("':' not followed by identified or operator")
warn("':' not followed by identifier or operator")
tk = tk1
end
end