mirror of https://github.com/AMT-Cheif/drift.git
fix typo
This commit is contained in:
parent
a00e6d498e
commit
9e038a238e
|
@ -189,7 +189,7 @@ class FlutterQueryExecutor extends DelegatedDatabase {
|
||||||
singleInstance: singleInstance, creator: creator),
|
singleInstance: singleInstance, creator: creator),
|
||||||
logStatements: logStatements);
|
logStatements: logStatements);
|
||||||
|
|
||||||
/// The underlying sqflite [s.Database] object used by moor to sent queries.
|
/// The underlying sqflite [s.Database] object used by moor to send queries.
|
||||||
///
|
///
|
||||||
/// Using the sqflite database can cause unexpected behavior in moor. For
|
/// Using the sqflite database can cause unexpected behavior in moor. For
|
||||||
/// instance, stream queries won't update for updates sent to the [s.Database]
|
/// instance, stream queries won't update for updates sent to the [s.Database]
|
||||||
|
|
Loading…
Reference in New Issue