Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jul 14, 2024
1 parent cd06d69 commit d784abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drift/lib/src/dsl/database.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ part of 'dsl.dart';
///
/// @DriftDatabase(tables: [...])
/// class MyDatabase extends _$MyDatabase { // _$MyDatabase was generated
/// MyDatabase(): super(driftDatabase(path: 'path.db'));
/// MyDatabase(): super(driftDatabase(name: 'path.db'));
/// }
/// ```
///
Expand Down

0 comments on commit d784abf

Please sign in to comment.