Skip to content

Commit

Permalink
Fix comment in byte-order.int64. unsigned -> signed (#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore authored Jan 13, 2025
1 parent 032d7c4 commit 0754079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/io/byte-order.toit
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ abstract class ByteOrder:
put-uint buffer 4 offset u32

/**
Reads a 64-bit unsigned integer from the $buffer at the $offset.
Reads a 64-bit signed integer from the $buffer at the $offset.
The $offset must satisfy: 0 <= $offset <= buffer.size - 8, allowing to read
8 bytes at index $offset.
Expand Down

0 comments on commit 0754079

Please sign in to comment.