lib/chunky_png/datastream.rb in chunky_png-1.0.0.beta1 vs lib/chunky_png/datastream.rb in chunky_png-1.0.0.beta2

- old
+ new

@@ -151,10 +151,10 @@ ################################################################################## # WRITING DATASTREAMS ################################################################################## # Returns an empty stream using binary encoding that can be used as stream to encode to. - # @eturn [String] An empty, binary string. + # @return [String] An empty, binary string. def self.empty_bytearray ChunkyPNG::EMPTY_BYTEARRAY.dup end # Writes the datastream to the given output stream.