summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/User.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index ec69e0494..a0aa5bd19 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -1438,7 +1438,7 @@ confirmation screen.
=item C<new($userid)>
-Creates a new C{Bugzilla::User> object for the given user id. If no user
+Creates a new C<Bugzilla::User> object for the given user id. If no user
id was given, a blank object is created with no user attributes.
If an id was given but there was no matching user found, undef is returned.