From d4a148625cef9fef48efae90175bf2f1de5d4226 Mon Sep 17 00:00:00 2001 From: Harper Andrews Date: Thu, 28 Aug 2025 15:13:28 -0500 Subject: [PATCH] Fix reference to nonexistent command --- lang-guide/chapters/types/basic_types/binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang-guide/chapters/types/basic_types/binary.md b/lang-guide/chapters/types/basic_types/binary.md index 8e41bf27d37..f85e3310ffe 100644 --- a/lang-guide/chapters/types/basic_types/binary.md +++ b/lang-guide/chapters/types/basic_types/binary.md @@ -18,7 +18,7 @@ ## Common commands that can be used with `binary` -- `into bits` +- `into binary` - `bits` subcommands (see `help bits` for a list) - `bytes` subcommands (see `help bytes` for a list) - `encode`