diff options
Diffstat (limited to 'lib/Class')
-rw-r--r-- | lib/Class/Struct.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Class/Struct.pm b/lib/Class/Struct.pm index 9c56779316..eca2c6c5e3 100644 --- a/lib/Class/Struct.pm +++ b/lib/Class/Struct.pm @@ -305,7 +305,7 @@ The I<ELEMENT_LIST> has the form Each name-type pair declares one element of the struct. Each element name will be defined as an accessor method unless a method by that name is explicitly defined; in the latter case, a -warning is issued if the warning flag (-w) is set. +warning is issued if the warning flag (B<-w>) is set. =head2 Element Types and Accessor Methods |