Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
coke committed Dec 17, 2018
1 parent 3660283 commit 7ffe0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Blob.pod6
Expand Up @@ -219,7 +219,7 @@ Returns a Blob with all elements in reversed order.
These methods are available on the blob8 (and C<buf8>) types only. They allow
low level access to reading bytes from the underlying data and interpreting
them in different ways with regards to type (integer or floating point (num)),
size (8,16,32, 64 or 128 bits), signed or unsigned (for integer values) and
size (8, 16, 32, 64 or 128 bits), signed or unsigned (for integer values) and
endianness (native, little and big endianness). The returned values are
always expanded to a 64 bit native value where possible, and to a (big)
integer value if that is not possible.
Expand Down

0 comments on commit 7ffe0d1

Please sign in to comment.