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

* ext/zlib/zlib.c: Fix indentation for rdoc.

[Bug #11221][ruby-core:69465]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-06-11 10:11:30 +00:00
parent 8ab36f0306
commit 4162f90e03
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Thu Jun 11 19:11:22 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* ext/zlib/zlib.c: Fix indentation for rdoc.
[Bug #11221][ruby-core:69465]
Thu Jun 11 16:23:37 2015 Koichi Sasada <ko1@atdot.net> Thu Jun 11 16:23:37 2015 Koichi Sasada <ko1@atdot.net>
* method.h (METHOD_ENTRY_BASIC_SET): fix last commit (unbalanced parens). * method.h (METHOD_ENTRY_BASIC_SET): fix last commit (unbalanced parens).

View file

@ -1852,7 +1852,7 @@ rb_inflate_s_allocate(VALUE klass)
* Have inflate use the window size from the zlib header of the compressed * Have inflate use the window size from the zlib header of the compressed
* stream. * stream.
* *
* (8..15) * (8..15)::
* Overrides the window size of the inflate header in the compressed stream. * Overrides the window size of the inflate header in the compressed stream.
* The window size must be greater than or equal to the window size of the * The window size must be greater than or equal to the window size of the
* compressed stream. * compressed stream.