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

index daab9ed7a25281af18849d2f7e6081a38cc09e5c..47b935664770584c92b9837ceb0e854e61e59ae1 100644 (file)
@@ -958,7 +958,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