chore: fix typo in comment (#1794)

This commit is contained in:
Priestch 2023-02-06 11:24:57 +08:00 committed by GitHub
parent a41894a5ec
commit 897adbe21c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ class EditorState {
completer.complete();
return completer.future;
}
// TODO: validate the transation.
// TODO: validate the transaction.
for (final op in transaction.operations) {
_applyOperation(op);
}