diff --git a/en/models/behaviors.rst b/en/models/behaviors.rst index f60eea384b..a4a3534670 100644 --- a/en/models/behaviors.rst +++ b/en/models/behaviors.rst @@ -246,10 +246,10 @@ the 2nd parameter. This allows you to munge the method name for additional information, much like ``Model::findAllByXX``. If the above behavior was attached to a model the following would happen:: - $model->doReleaseTheHounds('homer', 'lenny'); + $model->doReleaseTheHounds('karl', 'lenny'); // would output - 'ReleaseTheHounds', 'homer', 'lenny' + 'ReleaseTheHounds', 'karl', 'lenny' Behavior callbacks ==================