diff --git a/moor/lib/src/dsl/database.dart b/moor/lib/src/dsl/database.dart index b976c31a..16320c01 100644 --- a/moor/lib/src/dsl/database.dart +++ b/moor/lib/src/dsl/database.dart @@ -70,7 +70,7 @@ class UseMoor { /// if you have a class called `MyDatabase`, this could look like this: /// ```dart /// class MyDao extends DatabaseAccessor { -/// TodosDao(MyDatabase db) : super(db); +/// MyDao(MyDatabase db) : super(db); /// } /// ``` /// After having run the build step once more, moor will have generated a mixin