Skip to content

Commit

Permalink
Merge pull request #683 from edinchev/patch-1
Browse files Browse the repository at this point in the history
Typo in quick reference documentation fixed.
  • Loading branch information
davedevelopment committed Jan 26, 2017
2 parents 1d28865 + af4b398 commit 0476872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/startup_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ programmed to act as discrete iterated elements.
$mock = \Mockery::namedMock('MyClassName', 'DateTime');
The ``namedMock`` method will generate a class called by the first argument,
so in this example ``MyClassName``. The rest of the arguments are treat in the
so in this example ``MyClassName``. The rest of the arguments are treated in the
same way as the ``mock`` method, so again, this example would create a class
called ``MyClassName`` that extends ``DateTime``.

Expand Down

0 comments on commit 0476872

Please sign in to comment.