Merge pull request #986 from cervonwong/patch-9

Update columns.dart to fix typo in doc comments
This commit is contained in:
Simon Binder 2020-12-27 15:24:33 +01:00 committed by GitHub
commit 00cbda445c
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.