Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Jan 6, 2024
1 parent f04606d commit 61d293c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qi-doc/scribblings/forms.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ A form of generalized @racket[sieve], passing all the inputs that satisfy each

As @racket[displayln] expects a single input, you'd need to use @racket[(>< displayln)] for this side-effect in general.

If you are interesting in using @racket[effect] to debug a flow, see the section on @secref["Debugging" #:doc '(lib "qi/scribblings/qi.scrbl")] in the field guide for more strategies.
If you are interested in using @racket[effect] to debug a flow, see the section on @secref["Debugging" #:doc '(lib "qi/scribblings/qi.scrbl")] in the field guide for more strategies.

@examples[
#:eval eval-for-docs
Expand Down

0 comments on commit 61d293c

Please sign in to comment.