From 99f928ee782cb7fd5eeee4a8fdb64d4ccb07de02 Mon Sep 17 00:00:00 2001 From: wadim Date: Wed, 8 Mar 2017 12:06:25 +0200 Subject: [PATCH] Fixed Pixel hash documentation --- ext/RMagick/rmpixel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/RMagick/rmpixel.c b/ext/RMagick/rmpixel.c index bb1746fd0..c44f67f6f 100644 --- a/ext/RMagick/rmpixel.c +++ b/ext/RMagick/rmpixel.c @@ -648,7 +648,7 @@ Pixel_from_PixelPacket(const PixelPacket *pp) * - @verbatim Pixel#hash @endverbatim * * Notes: - * - INT2FIX left-shifts 1 bit. Sacrifice 1 bit from the opacity attribute to + * - INT2FIX right-shifts 1 bit. Sacrifice 1 bit from the opacity attribute to * the FIXNUM_FLAG. * * @param self this object