Fix minor typo in entities.dart

This commit is contained in:
Bryan Oltman 2022-02-01 18:37:29 -05:00
parent 36815c0b88
commit 1ebdb0484e
1 changed files with 1 additions and 1 deletions

View File

@ -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<Tbl, Row> 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;