Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scabo committed Jul 5, 2012
1 parent 8e3223f commit 0d53d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Pattern/ValueObject/Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ abstract class Pattern_ValueObject_Abstract
{
protected $_value = null;

public function Pattern_VolumeObject_Size($value)
public function Pattern_ValueObject_Abstract($value)
{
$this->_value = $this->check($value);
}
Expand Down

0 comments on commit 0d53d20

Please sign in to comment.