From de8c6dff0fdac17d8fc9fec02ce93e3950483deb Mon Sep 17 00:00:00 2001 From: Cervon Wong Date: Sun, 27 Dec 2020 10:38:10 +0800 Subject: [PATCH] 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. --- moor/lib/src/dsl/columns.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moor/lib/src/dsl/columns.dart b/moor/lib/src/dsl/columns.dart index bb026dfd..7acfd2f1 100644 --- a/moor/lib/src/dsl/columns.dart +++ b/moor/lib/src/dsl/columns.dart @@ -81,8 +81,8 @@ class ColumnBuilder, /// 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.