Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/src/super-sql/operators/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ debug [ <expr> ]
## Description

The `debug` operator passes its input unmodified to its output and for
each value in the input, evalutes the optional
each value in the input, evaluates the optional
[expression](../expressions/intro.md) `<expr>`,
and transmits each result to a _debugging output_.
If `<expr>` is omitted, then each input value is passed unmodified to the
Expand Down