mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-31 08:31:40 +00:00
fix doc comment
This commit is contained in:
parent
d54f093a5c
commit
445ae26b65
@ -95,7 +95,7 @@ impl DataSegment {
|
||||
/// Initial value of the data segment.
|
||||
pub fn value(&self) -> &[u8] { &self.value }
|
||||
|
||||
/// Initial value of the data segment.
|
||||
/// Initial value of the data segment (mutable).
|
||||
pub fn value_mut(&mut self) -> &mut Vec<u8> { &mut self.value }
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user