Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhus committed Feb 29, 2012
1 parent 85c0bd5 commit da7e68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Main.hs
Expand Up @@ -63,8 +63,8 @@ instance (Eq a, PossiblyNull a) => Monoid (NullMonoid a) where




-- | Make 'AuthUserAction' which will replace user with the supplied -- | Make 'AuthUserAction' which will replace user with the supplied
-- one. In case new user has 'Nothing' in password, old password will be -- one. In case new user record does not set new password, roles or
-- used. -- meta, preserve old values.
makeUpdateAction :: AuthUser -> AuthUserAction makeUpdateAction :: AuthUser -> AuthUserAction
makeUpdateAction newUser = makeUpdateAction newUser =
\amgr oldUser -> \amgr oldUser ->
Expand Down

0 comments on commit da7e68b

Please sign in to comment.