We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663613a commit 762aa29Copy full SHA for 762aa29
ChangeLog
@@ -1,3 +1,8 @@
1
+Wed Jan 02 03:09:00 2012 Zachary Scott <zachary@zacharyscott.net>
2
+
3
+ * ext/zlib/zlib.c (Zlib::GzipFile): Fix typo by zed_0xff
4
+ [Fixes Github #229]
5
6
Wed Jan 02 02:29:00 2012 Zachary Scott <zachary@zacharyscott.net>
7
8
* hash.c (rb_hash_update): Revert documentation from r38672
ext/zlib/zlib.c
@@ -3584,7 +3584,7 @@ rb_gzwriter_putc(VALUE obj, VALUE ch)
3584
* Document-class: Zlib::GzipReader
3585
*
3586
* Zlib::GzipReader is the class for reading a gzipped file. GzipReader should
3587
- * be used an IO, or -IO-lie, object.
+ * be used an IO, or -IO-like, object.
3588
3589
* Zlib::GzipReader.open('hoge.gz') {|gz|
3590
* print gz.read
0 commit comments