Skip to content

Commit

Permalink
Merge pull request #1108 from remonke/patch-1
Browse files Browse the repository at this point in the history
fix: doc comment formatting
  • Loading branch information
alextekartik authored May 28, 2024
2 parents c78b6c6 + ae091d4 commit 3309d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqflite_common/lib/sqlite_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ abstract class Database implements DatabaseExecutor {
/// // this will deadlock!
/// await database.execute('CREATE TABLE Test2 (id INTEGER PRIMARY KEY)');
/// });
/// ```
Future<T> transaction<T>(Future<T> Function(Transaction txn) action,
{bool? exclusive});

Expand Down

0 comments on commit 3309d39

Please sign in to comment.