diff --git a/drift/lib/src/runtime/query_builder/schema/entities.dart b/drift/lib/src/runtime/query_builder/schema/entities.dart index a636a857..3e8ebe0f 100644 --- a/drift/lib/src/runtime/query_builder/schema/entities.dart +++ b/drift/lib/src/runtime/query_builder/schema/entities.dart @@ -76,7 +76,7 @@ class OnCreateQuery extends DatabaseSchemaEntity { /// and the user-defined [Table] class. [Row] is the class used to hold a result /// row. abstract class ResultSetImplementation extends DatabaseSchemaEntity { - /// The generated database instance that this view or table is attached too. + /// The generated database instance that this view or table is attached to. @internal DatabaseConnectionUser get attachedDatabase;