Skip to content

Commit f3218dc

Browse files
committed
Merge pull request #76 from cygx/patch-1
fix typo s/rule/role/
2 parents 8020e4d + 94aeb24 commit f3218dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Type/Buf.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
=SUBTITLE Mutable buffer for binary data
66
7-
rule Buf[::T] does Blob[T] { ... }
7+
role Buf[::T] does Blob[T] { ... }
88
99
A C<Buf> is a mutable sequence of (usually unsigned) integers.
1010

0 commit comments

Comments
 (0)