Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in sig
  • Loading branch information
coke committed Dec 17, 2018
1 parent 7ffe0d1 commit 622183d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Buf.pod6
Expand Up @@ -255,7 +255,7 @@ endianness.
Defined as:
method write-int64(buf8:D: uint $pos, Int:D $value $endian = NativeEndian --> Nil)
method write-int64(buf8:D: uint $pos, Int:D $value, $endian = NativeEndian --> Nil)
Writes a signed 64-bit integer value at the given position with the given
endianness.
Expand Down

0 comments on commit 622183d

Please sign in to comment.