Skip to content

Commit 3f80b9a

Browse files
committed
Fix a usage example
1 parent c270dae commit 3f80b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Attribute.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Defined as:
102102
103103
Usage:
104104
105-
ATTRIBUTE.get_value
105+
my $val = ATTRIBUTE.get_value(OBJECT)
106106
107107
Returns the value stored in this attribute of object C<$instance>.
108108

0 commit comments

Comments
 (0)