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:
parent
333a94d413
commit
1e28976763
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue