Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
willser committed Mar 28, 2022
1 parent 0623907 commit 07be2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/env/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ where
///
/// # Parameters
///
/// - code_hash:New code hash.
/// - code_hash : New code hash.
///
/// # Errors
///
Expand Down
2 changes: 1 addition & 1 deletion crates/env/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ pub trait EnvBackend {
///
/// # Parameters
///
/// - code_hash:New code hash.
/// - code_hash : New code hash.
/// # Errors
///
/// - If code not found.
Expand Down

0 comments on commit 07be2d5

Please sign in to comment.