Fix typo in code comment

This commit is contained in:
Tobie Morgan Hitchcock 2023-02-18 18:30:23 +00:00
parent ef7955c293
commit 132354e199

View file

@ -175,7 +175,7 @@ impl<'a> Statement<'a> {
_ => None,
}
}
/// Returns any RETURN clause if specified
/// Returns any PARALLEL clause if specified
#[inline]
#[allow(dead_code)]
pub fn parallel(&self) -> bool {