docs(witness): use constructs instead of creates
This commit is contained in:
parent
2d8ebb79c3
commit
5b572c5976
|
@ -221,7 +221,7 @@ impl Witness {
|
||||||
Some(&slice[..end])
|
Some(&slice[..end])
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Creates a new witness from a list of hex strings.
|
/// Constructs a new witness from a list of hex strings.
|
||||||
///
|
///
|
||||||
/// # Errors
|
/// # Errors
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue