From c67aeba252c61ef76a8d1913ac69c560faeba4e4 Mon Sep 17 00:00:00 2001 From: Abejide Ayodele Date: Sun, 28 Dec 2014 15:30:06 -0600 Subject: [PATCH] fix documentation for Zlib.crc32 --- ext/zlib/zlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index cfdc9a5..8f24b77 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -465,7 +465,7 @@ rb_zlib_adler32_combine(VALUE klass, VALUE adler1, VALUE adler2, VALUE len2) /* * Document-method: Zlib.crc32 * - * call-seq: Zlib.crc32(string, adler) + * call-seq: Zlib.crc32(string, crc) * * Calculates CRC checksum for +string+, and returns updated value of +crc+. If * +string+ is omitted, it returns the CRC initial value. If +crc+ is omitted, it -- 1.9.3 (Apple Git-50)