From f39d9525a0d157d94cbb43dbfd325bea08469c3f Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 2 Nov 2012 13:55:47 +0100 Subject: Fix typo --- Bugzilla/Object.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Object.pm') diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index 448cb1fe4..ce59a23f0 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -959,7 +959,7 @@ for each placeholder in C, in order. This is to allow subclasses to have complex parameters, and then to translate those parameters into C and C 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 outside of a subclass with the C and C parameters, Bugzilla will throw an error. These parameters -- cgit v1.2.3-24-g4f1b