chore: fix typos (#8013)

This commit is contained in:
yjh
2021-02-01 18:54:13 +08:00
committed by GitHub
parent 9c0f51ab8b
commit 4da880ed41
5 changed files with 11 additions and 11 deletions
@@ -370,7 +370,7 @@ impl OverlayedChanges {
/// transaction was open. Any transaction must be closed by either `rollback_transaction` or
/// `commit_transaction` before this overlay can be converted into storage changes.
///
/// Changes made without any open transaction are committed immediatly.
/// Changes made without any open transaction are committed immediately.
pub fn start_transaction(&mut self) {
self.top.start_transaction();
for (_, (changeset, _)) in self.children.iter_mut() {