diff --git a/example.php b/example.php index dc7354f..2afc1c0 100644 --- a/example.php +++ b/example.php @@ -258,7 +258,7 @@ function onContentPrepareForm($form, $data) /** - * Utility method to act on a user after it has been saved. + * Utility method to act on a user before it has been saved. * * * @param array $user Holds the new user data. @@ -317,7 +317,7 @@ public function onUserLogout($user, $options = array()) } /** - * Utility method to act on a user before it has been saved. + * Utility method to act on a user before it has been deleted. * * * @param array $user Holds the new user data.