lib/chunky_png/datastream.rb in chunky_png-1.3.0 vs lib/chunky_png/datastream.rb in chunky_png-1.3.1

- old
+ new

@@ -1,10 +1,10 @@ module ChunkyPNG # The Datastream class represents a PNG formatted datastream. It supports # both reading from and writing to strings, streams and files. # - # A PNG datastream begins with the PNG signature, and than contains multiple + # A PNG datastream begins with the PNG signature, and then contains multiple # chunks, starting with a header (IHDR) chunk and finishing with an end # (IEND) chunk. # # @see ChunkyPNG::Chunk class Datastream