Fix typos

This commit is contained in:
Peter Leibiger 2022-12-13 01:40:21 +01:00
parent bf3f15909c
commit a3ce27f4e0
No known key found for this signature in database
GPG Key ID: 855A3ADD4CC39135
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class QueryWriter {
}
// We generate the Dart string literal for the SQL query by walking the
// parsed AST. This eliminates unecessary whitespace and comments in the
// parsed AST. This eliminates unnecessary whitespace and comments in the
// generated code.
// In some cases, the whitespace has an impact on the semantic of the
// query. For instance, `SELECT 1 + 2` has a different column name than
@ -620,7 +620,7 @@ class _ExpandedVariableWriter {
void _writeNewVariables() {
// In the new generation mode, we first write all non-array variables in
// a continous block, then we proceed to add arrays and other expanded
// a continuous block, then we proceed to add arrays and other expanded
// declarations.
var first = true;