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

index bfaea129ee926efaccd97318b1fe43cdb06cf45e..ec74c271742693291d09ee1e9547e92452d6247d 100644 (file)
@@ -873,7 +873,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