Skip to content

Commit

Permalink
Fixup some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EdHastingsCasperAssociation committed Dec 4, 2024
1 parent 9bec5e8 commit 14e3753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/src/system/runtime_native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ where
&self.context_key
}

/// Returns a mutable reference to the runtime footprint used by this instance.
/// Returns a reference to the runtime footprint used by this instance.
pub fn runtime_footprint(&self) -> &RuntimeFootprint {
&self.runtime_footprint
}
Expand Down
2 changes: 1 addition & 1 deletion types/src/access_rights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ impl ContextAccessRights {
}
}

/// Reference to access rights.
/// Returns a reference to the map of access rights.
pub fn access_rights(&self) -> &BTreeMap<URefAddr, AccessRights> {
&self.access_rights
}
Expand Down

0 comments on commit 14e3753

Please sign in to comment.