Fix typo in code comment
This commit is contained in:
parent
ef7955c293
commit
132354e199
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue