Change value to hoon in AST of wuthep

This commit is contained in:
kyepskee 2023-10-10 16:33:23 +02:00 committed by GitHub
parent 3cba6237a3
commit 082b77ffc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ name = "wuthep"
symbol = "?-"
usage = "Conditionals"
slug = "#--wuthep"
desc = "<code>[%wthp p=wing q=(list (pair spec value))]</code>: switch against a union, with no default."
desc = "<code>[%wthp p=wing q=(list (pair spec hoon))]</code>: switch against a union, with no default."
[glossaryEntry.wutket]
name = "wutket"
@ -264,7 +264,7 @@ One fixed argument, then a variable number of pairs.
#### AST
```hoon
[%wthp p=wing q=(list (pair spec value))]
[%wthp p=wing q=(list (pair spec hoon))]
```
#### Expands to