Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit ee6cdb8

Browse files
authored
Update Layout.ts (#7)
Typo ns64be is signed big-endian, not unsigned.
1 parent 72946ce commit ee6cdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* module:Layout.nu64|unsigned little-endian}, {@link
5858
* module:Layout.nu64be|unsigned big-endian}, {@link
5959
* module:Layout.ns64|signed little-endian}, and {@link
60-
* module:Layout.ns64be|unsigned big-endian} encodings;
60+
* module:Layout.ns64be|signed big-endian} encodings;
6161
* * 32-bit floating point values with {@link
6262
* module:Layout.f32|little-endian} and {@link
6363
* module:Layout.f32be|big-endian} representations;

0 commit comments

Comments
 (0)