Fix a handful of typos

This commit is contained in:
Aarni Koskela
2025-02-09 18:05:03 +02:00
parent e3eb2f1a9a
commit eaea02c567
20 changed files with 36 additions and 36 deletions

View File

@@ -1691,7 +1691,7 @@ pub struct TriggerCmdInsert {
pub col_names: Option<DistinctNames>,
/// `SELECT` or `VALUES`
pub select: Box<Select>,
/// `ON CONLICT` clause
/// `ON CONFLICT` clause
pub upsert: Option<Upsert>,
/// `RETURNING`
pub returning: Option<Vec<ResultColumn>>,