diff --git a/lib/mini_magick/image.rb b/lib/mini_magick/image.rb index a3d85cf1..4a807da9 100644 --- a/lib/mini_magick/image.rb +++ b/lib/mini_magick/image.rb @@ -15,7 +15,7 @@ class Image # methods. # # Use this to pass in a stream object. Must respond to #read(size) or be a - # binary string object (BLOBBBB) + # binary string object (BLOB) # # Probably easier to use the {.open} method if you want to open a file or a # URL.