comment typo fix

This commit is contained in:
2024-09-07 18:16:09 -04:00
parent 36128bf5ff
commit f13340c22a

View File

@@ -23,7 +23,7 @@ impl StateOwner {
//WARNING: As this is just a "proof of concept"
//you can unintentionally cause deadlocks by trying to call
//keeper.get_state() before closing out the transaction
//.get_state() before closing out the transaction
pub fn begin_transaction(&self) -> StateKeeper {
StateKeeper { state: self.state.write().unwrap() }
}