Hotfix typo in Hoon code.

This commit is contained in:
Sigilante 2023-04-17 16:38:54 -05:00 committed by GitHub
parent dc48c16690
commit bb01d4b5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]))
```