Skip to content

Commit

Permalink
doc: clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-prisma committed Feb 7, 2025
1 parent 12e3da0 commit 29d5484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quaint/src/ast/expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ impl<'a> Comparable<'a> for Expression<'a> {
}

/// Converts a row consisting of a single var into the var itself.
/// Any other row is returned as is.
/// Any other expression is returned as is.
fn extract_single_var_row(expr: Expression) -> Expression {
let Expression {
kind: ExpressionKind::Row(values),
Expand Down

0 comments on commit 29d5484

Please sign in to comment.