mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 02:34:20 +01:00
Fix a handful of typos
This commit is contained in:
@@ -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>>,
|
||||
|
||||
Reference in New Issue
Block a user