Skip to content

Commit

Permalink
Fix documentation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
meenie committed Jul 25, 2013
1 parent ac86f05 commit 4e8b850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Munee/Asset/Filter/Image/Colorize.php
Expand Up @@ -32,7 +32,7 @@ class Colorize extends Filter
);

/**
* Turn an image Grayscale
* Colorize an image
*
* @param string $file
* @param array $arguments
Expand Down
2 changes: 1 addition & 1 deletion src/Munee/Asset/Filter/Image/Negative.php
Expand Up @@ -31,7 +31,7 @@ class Negative extends Filter
);

/**
* Turn an image Grayscale
* Turn an image Negative
*
* @param string $file
* @param array $arguments
Expand Down

0 comments on commit 4e8b850

Please sign in to comment.