]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix typo
authorFrédéric Buclin <LpSolit@gmail.com>
Fri, 2 Nov 2012 12:55:47 +0000 (13:55 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 2 Nov 2012 12:55:47 +0000 (13:55 +0100)
Bugzilla/Object.pm

index 448cb1fe4215fbfe46c2f2274be971713ba151e3..ce59a23f0c775816fdf4737210806caf58529833 100644 (file)
@@ -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