Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2025-09-02-nushell_0_107_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ open -r tests/fixtures/formats/jt.xml

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

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:
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:

```nushell
~> 258 | format bits
Expand Down