Skip to content

Commit

Permalink
Merge pull request #1 from nubs/patch-1
Browse files Browse the repository at this point in the history
Fix typos in UndefinedPropertyException doc.
  • Loading branch information
chadicus committed Aug 3, 2015
2 parents 496c04a + ce12aa2 commit 0857ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UndefinedPropertyException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Chadicus\Spl\Exceptions;

/**
* Exception throw when trying to access a non-existant property for a class.
* Exception thrown when trying to access a nonexistent property for a class.
*/
class UndefinedPropertyException extends \LogicException
{
Expand Down

0 comments on commit 0857ff3

Please sign in to comment.