summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-31 11:03:46 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-31 11:03:46 +0000
commit3535039980181c031ed48cdc7bd33973642b7144 (patch)
tree3e638f7758aed30e0982ef3132832e4a78fcc4d4 /ChangeLog
parent305b200d107efff89eff285205067ce6854b8b99 (diff)
merge revision(s) 57686: [Backport #13233]
rational.c: fix rdoc * rational.c: [DOC] fix wrong indentations and comment out some lines in code examples to make them valid Ruby code and syntax highlighted on the rendered page. [ci skip] [Bug #13233] Author: Marcus Stollsteimer sto.mar@web.de git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc2ad9e596..af62c08a83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Wed Jan 31 20:02:29 2018 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ rational.c: fix rdoc
+
+ * rational.c: [DOC] fix wrong indentations and comment out some lines
+ in code examples to make them valid Ruby code and syntax highlighted
+ on the rendered page.
+
+ [ci skip] [Bug #13233]
+ Author: Marcus Stollsteimer sto.mar@web.de
+
Wed Jan 31 19:57:09 2018 Eric Wong <normalperson@yhbt.net>
doc: Add example for Symbol#to_s