diff --git a/blog/2025-09-02-nushell_0_107_0.md b/blog/2025-09-02-nushell_0_107_0.md index adf057adbf8..0699568f9d1 100644 --- a/blog/2025-09-02-nushell_0_107_0.md +++ b/blog/2025-09-02-nushell_0_107_0.md @@ -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