Skip to content

Commit 0052673

Browse files
authored
Fix big vs little endianness mistake in release notes (#2027)
1 parent 836bbdc commit 0052673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-09-02-nushell_0_107_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ open -r tests/fixtures/formats/jt.xml
181181

182182
### Change the output of `format bits` to big endian instead of native endian
183183

184-
While the most popular architectures use little endian, many people are used to reading binary numbers as little endian. However, until now, if you were in a little endian system, you would get:
184+
While the most popular architectures use little endian, many people are used to reading binary numbers as big endian. However, until now, if you were in a little endian system, you would get:
185185

186186
```ansi
187187
> 258 | format bits

0 commit comments

Comments
 (0)