Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Dec 20, 2024
1 parent 7e28c3d commit 7238020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/context/interface/src/journaled_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub trait Journal {

/// Does cleanup and returns modified state.
///
/// This resets the [JournaledState] to its initial state.
/// This resets the [Journal] to its initial state.
fn finalize(&mut self) -> Result<Self::FinalOutput, <Self::Database as Database>::Error>;
}

Expand Down

0 comments on commit 7238020

Please sign in to comment.