From e7b94fec01f233349d3451fe67344b5f2ff5442e Mon Sep 17 00:00:00 2001 From: Harper Andrews Date: Mon, 1 Sep 2025 09:18:55 -0500 Subject: [PATCH] Fix big vs little endianness mistake in release notes --- blog/2025-09-02-nushell_0_107_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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