Skip to content

Commit eead4dc

Browse files
authored
docs: minor improvement for docs (#2699)
Signed-off-by: rustversion <[email protected]>
1 parent 869a5e3 commit eead4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/env/src/engine/on_chain/pallet_revive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ fn call_storage_precompile(
621621
/// - Fine: `function foo() returns (bytes memory);`
622622
/// - Not Fine: `function foo() returns (bool, bytes memory);`
623623
///
624-
/// # Return Valu
624+
/// # Return Value
625625
///
626626
/// Returns the number of bytes written to `out`.
627627
fn decode_bytes(input: &[u8], out: &mut [u8]) -> usize {

0 commit comments

Comments
 (0)