Merge pull request #957 from ycherniavskyi/fix-doc-comments-typo

Fix UseDao class doc comments typo
This commit is contained in:
Simon Binder 2020-12-08 11:51:24 +01:00 committed by GitHub
commit 0fe04c94ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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