Skip to content

Commit

Permalink
Correct grammar for Marshaller constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Jan 24, 2014
1 parent d828133 commit 92924f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Marshaller.php
Expand Up @@ -46,7 +46,7 @@ class Marshaller {
* Constructor.
*
* @param Cake\ORM\Table $table
* @param boolean Whether or not this masrhaller in safe mode
* @param boolean Whether or not this masrhaller is in safe mode

This comment has been minimized.

Copy link
@kamui545

kamui545 Jan 24, 2014

Contributor

Typo "masrhaller" :p

This comment has been minimized.

Copy link
@bcrowe

bcrowe Jan 24, 2014

Author Contributor

Thanks!

*/
public function __construct(Table $table, $safe = false) {
$this->_table = $table;
Expand Down

0 comments on commit 92924f4

Please sign in to comment.