Update doc reference to Query (#423)

* Update doc reference to Query

I guess it used to be called SQLQuery?
This commit is contained in:
Maximilian Roos 2022-02-28 11:04:09 -08:00 committed by GitHub
parent c1703899a7
commit b5f37118f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ impl fmt::Display for SetOperator {
}
/// A restricted variant of `SELECT` (without CTEs/`ORDER BY`), which may
/// appear either as the only body item of an `SQLQuery`, or as an operand
/// appear either as the only body item of a `Query`, or as an operand
/// to a set operation like `UNION`.
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]