Skip to content

Commit 9b4b3df

Browse files
committed
Fix typo
1 parent 29d1d8d commit 9b4b3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/sqlite_async/lib/src/web/protocol.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extension type CustomDatabaseMessage._raw(JSObject _) implements JSObject {
2626
factory CustomDatabaseMessage(CustomDatabaseMessageKind kind,
2727
[String? sql, List<Object?> parameters = const []]) {
2828
final rawSql = (sql ?? '').toJS;
29-
// Serializing parameters this was is backwards-compatible with dartify()
29+
// Serializing parameters this way is backwards-compatible with dartify()
3030
// on the other end, but a bit more efficient while also suppporting sound
3131
// communcation between dart2js workers and dart2wasm clients.
3232
// Older workers ignore the typeInfo, but that's not a problem.

0 commit comments

Comments
 (0)