Skip to content

Commit 3624102

Browse files
committed
fix example
1 parent 3e40128 commit 3624102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/typesystem.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Both take a string as argument, for C<:ver> the string is converted to a
218218
L<Version|/type/Version> object. To query a roles version and auther use
219219
C<.^ver> and C<^.auth>.
220220
221-
class R:ver<4.2.3>:auth<me@here.local> {}
221+
role R:ver<4.2.3>:auth<me@here.local> {}
222222
say [R.^ver, R.^auth];
223223
# OUTPUT«[v4.2.3 me@here.local]␤»
224224

0 commit comments

Comments
 (0)