Fix UseDao class doc comments typo

This commit is contained in:
Yurii Cherniavskyi 2020-12-04 23:56:42 +02:00
parent 291508c41a
commit f559212c11
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class UseMoor {
/// if you have a class called `MyDatabase`, this could look like this:
/// ```dart
/// class MyDao extends DatabaseAccessor<MyDatabase> {
/// TodosDao(MyDatabase db) : super(db);
/// MyDao(MyDatabase db) : super(db);
/// }
/// ```
/// After having run the build step once more, moor will have generated a mixin