Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Sep 18, 2023
1 parent f430afb commit 04a447b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core-backend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ pub trait BackendExternalities: Externalities + CountersOwner {
) -> Result<(), ProcessAccessError>;
}

/// Error returned from closure argument in [`Runtime::run_fallible`].
/// Error returned from closure argument in [`runtime::CallerWrap::run_fallible`].
#[derive(Debug, Clone)]
pub enum RunFallibleError {
UndefinedTerminationReason(UndefinedTerminationReason),
Expand Down
2 changes: 1 addition & 1 deletion core-processor/src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub trait ProcessorExternalities {
/// Create new
fn new(context: ProcessorContext) -> Self;

/// Convert externalities into [`ExtInfo`].
/// Convert externalities into info.
fn into_ext_info(self, memory: &impl Memory) -> Result<ExtInfo, MemoryError>;

/// Protect and save storage keys for pages which has no data
Expand Down

0 comments on commit 04a447b

Please sign in to comment.