summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Object.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-11-02 13:55:47 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-02 13:55:47 +0100
commitf39d9525a0d157d94cbb43dbfd325bea08469c3f (patch)
tree7405e2fa8565a7260520d49f84a69a1195e9c40d /Bugzilla/Object.pm
parent84266b06461795428504318fedae837b3802e386 (diff)
downloadbugzilla-f39d9525a0d157d94cbb43dbfd325bea08469c3f.tar.gz
bugzilla-f39d9525a0d157d94cbb43dbfd325bea08469c3f.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 448cb1fe4..ce59a23f0 100644
--- a/Bugzilla/Object.pm
+++ b/Bugzilla/Object.pm
@@ -959,7 +959,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