Update content/guides/additional/app-workbook/dbug.md

Co-authored-by: tinnus-napbus <77721746+tinnus-napbus@users.noreply.github.com>
This commit is contained in:
Sigilante 2023-02-04 09:01:12 -06:00 committed by GitHub
parent 955e64eb97
commit 85015c0498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -390,7 +390,7 @@ The `++on-peek` arm adds several peek endpoints which expose the state (via `++o
[0 0]
```
### How the generator works
## How the generator works
The generator explicitly injects the `%dbug` mark in its return `cask` (`[mark noun]`). This is a valid if uncommon operation, and it works here because the mark is never used as a transforming gate but only as a marker to see whether the arms need to pass through the values. The no-argument input is routed through the `%state` with an empty `cord`.