We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869a5e3 commit eead4dcCopy full SHA for eead4dc
crates/env/src/engine/on_chain/pallet_revive.rs
@@ -621,7 +621,7 @@ fn call_storage_precompile(
621
/// - Fine: `function foo() returns (bytes memory);`
622
/// - Not Fine: `function foo() returns (bool, bytes memory);`
623
///
624
-/// # Return Valu
+/// # Return Value
625
626
/// Returns the number of bytes written to `out`.
627
fn decode_bytes(input: &[u8], out: &mut [u8]) -> usize {
0 commit comments