summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-11 10:11:30 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-11 10:11:30 +0000
commit4162f90e03f15ec4c057a805dfe75ceab0dc61b2 (patch)
treedf510e44856019b4f50595edcc31cca296c95524 /ext
parent8ab36f0306a511881fb008bd1c60abd7918dae46 (diff)
* 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
Diffstat (limited to 'ext')
-rw-r--r--ext/zlib/zlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index 564f5c83ca..d5191dd970 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -1852,7 +1852,7 @@ rb_inflate_s_allocate(VALUE klass)
* Have inflate use the window size from the zlib header of the compressed
* stream.
*
- * (8..15)
+ * (8..15)::
* 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
* compressed stream.