Skip to content

Commit

Permalink
Make the "this" example in user-defined op docs more explicit (#5179)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jul 11, 2024
1 parent 1b3744d commit 6e61673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language/statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ calling sequence.
For instance the program in `myop.zed`
```mdtest-input myop.zed
op myop(): (
pass
yield this
)
myop()
```
Expand Down

0 comments on commit 6e61673

Please sign in to comment.