From bb01d4b5a4de0327993d10fc8130f8cdb65b0408 Mon Sep 17 00:00:00 2001 From: Sigilante <57601680+sigilante@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:38:54 -0500 Subject: [PATCH] Hotfix typo in Hoon code. --- content/guides/additional/cli-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/additional/cli-tutorial.md b/content/guides/additional/cli-tutorial.md index ccc6866..55799c0 100644 --- a/content/guides/additional/cli-tutorial.md +++ b/content/guides/additional/cli-tutorial.md @@ -78,7 +78,7 @@ The additional arms are described below. The Hoon code shows their expected type ```hoon ++ command-parser - |~ =sole-id + |= =sole-id |~(nail *(like [? command-type])) ```