Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Dec 21, 2008
1 parent c0cd75e commit e9d2723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/KiokuX/User.pm
Expand Up @@ -32,7 +32,7 @@ KiokuX::User - A generic role for user objects stored in L<KiokuDB>
with qw(KiokuX::User);
my $user = MyFoo::User->new(
id => $user_id,
id => $user_id,
password => crypt_password($password),
);
Expand Down

0 comments on commit e9d2723

Please sign in to comment.