Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
cfa committed Feb 8, 2019
1 parent c5104a3 commit 9053928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Buf.pod6
Expand Up @@ -322,7 +322,7 @@ C<BigEndian>. Always returns Nil.
Defined as:
method write-bits(blob8:D: uint $pos, uint $bits, Int:D $balue --> Nil)
method write-bits(blob8:D: uint $pos, uint $bits, Int:D $value --> Nil)
Writes a signed integer value for the B<bits> from the given B<bit> offset
and given number of bits. The endianness of the bits is assumed to be
Expand Down

0 comments on commit 9053928

Please sign in to comment.