summaryrefslogtreecommitdiff
path: root/ext/attrs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/attrs')
-rw-r--r--ext/attrs/attrs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/attrs/attrs.pm b/ext/attrs/attrs.pm
index f744e36c66..2070632558 100644
--- a/ext/attrs/attrs.pm
+++ b/ext/attrs/attrs.pm
@@ -20,7 +20,7 @@ attrs - set/get attributes of a subroutine (deprecated)
NOTE: Use of this pragma is deprecated. Use the syntax
- sub foo : locked, method { }
+ sub foo : locked method { }
to declare attributes instead. See also L<attributes>.