Skip to content

Commit

Permalink
Reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jul 13, 2011
1 parent 84714d8 commit 06ff164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/image/png.coffee
Expand Up @@ -138,7 +138,7 @@ class PNG

# For PNG color types 4 and 6, the transparency data is stored as a alpha
# channel mixed in with the main image data. Separate this data out into an
# SMask object store separately in the PDF.
# SMask object and store it separately in the PDF.
if @hasAlphaChannel
@splitAlphaChannel()
obj.data['Length'] = @imgData.length
Expand Down

0 comments on commit 06ff164

Please sign in to comment.