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

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);
}