Update columns.dart to fix typo in doc comments

Not sure which word is meant to be used, but fixed up the phrasing to make it sound better.
This commit is contained in:
Cervon Wong 2020-12-27 10:38:10 +08:00 committed by GitHub
parent ec6dd36111
commit de8c6dff0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ class ColumnBuilder<Builder, ResultColumn extends Column<ResultDartType>,
/// The column will use this expression when a row is inserted and no value
/// has been specified.
///
/// Note: Unless most other methods used to declare tables, the parameter
/// [e] which denotes the default expression, doesn't have to be a Dart
/// Note: Unlike most other methods used to declare tables, the parameter
/// [e] which denotes the default expression doesn't have to be a Dart
/// constant.
/// Particularly, you can use operators like those defined in
/// [BooleanExpressionOperators] to form expressions here.