Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #76 from cygx/patch-1
fix typo s/rule/role/
  • Loading branch information
paultcochrane committed Apr 23, 2015
2 parents 8020e4d + 94aeb24 commit f3218dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Type/Buf.pod
Expand Up @@ -4,7 +4,7 @@
=SUBTITLE Mutable buffer for binary data
rule Buf[::T] does Blob[T] { ... }
role Buf[::T] does Blob[T] { ... }
A C<Buf> is a mutable sequence of (usually unsigned) integers.
Expand Down

0 comments on commit f3218dc

Please sign in to comment.