summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Object.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-11-02 13:56:57 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-02 13:56:57 +0100
commitfc3af9b31f71c93b4824e8558dda60e4d5efe6f5 (patch)
tree744d02478c1150d8b3c51186c13e297d0b02bd40 /Bugzilla/Object.pm
parentb07c28db46f93f57a25b1b0210761f257fd05fbd (diff)
downloadbugzilla-fc3af9b31f71c93b4824e8558dda60e4d5efe6f5.tar.gz
bugzilla-fc3af9b31f71c93b4824e8558dda60e4d5efe6f5.tar.xz
Fix typo
Diffstat (limited to 'Bugzilla/Object.pm')
-rw-r--r--Bugzilla/Object.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm
index 70ca1a5f0..d4574abd2 100644
--- a/Bugzilla/Object.pm
+++ b/Bugzilla/Object.pm
@@ -964,7 +964,7 @@ for each placeholder in C<condition>, in order.
This is to allow subclasses to have complex parameters, and then to
translate those parameters into C<condition> and C<values> when they
-call C<$self->SUPER::new> (which is this function, usually).
+call C<< $self->SUPER::new >> (which is this function, usually).
If you try to call C<new> outside of a subclass with the C<condition>
and C<values> parameters, Bugzilla will throw an error. These parameters