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

index 438c87590773c859a317efd8040a35f853e7f21f..0806977af911e815b40aa11819d55f3f0ed08684 100644 (file)
@@ -668,7 +668,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