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

index 70ca1a5f059839cb9b5f572ecb7a786859c80c3c..d4574abd257580fbd46878be9db6da9d47382610 100644 (file)
@@ -964,7 +964,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