mirror of https://github.com/AMT-Cheif/drift.git
Merge pull request #957 from ycherniavskyi/fix-doc-comments-typo
Fix UseDao class doc comments typo
This commit is contained in:
commit
0fe04c94ce
|
@ -70,7 +70,7 @@ class UseMoor {
|
||||||
/// if you have a class called `MyDatabase`, this could look like this:
|
/// if you have a class called `MyDatabase`, this could look like this:
|
||||||
/// ```dart
|
/// ```dart
|
||||||
/// class MyDao extends DatabaseAccessor<MyDatabase> {
|
/// 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
|
/// After having run the build step once more, moor will have generated a mixin
|
||||||
|
|
Loading…
Reference in New Issue