docs(witness): use constructs instead of creates

This commit is contained in:
aagbotemi 2025-04-22 04:28:51 +01:00
parent 2d8ebb79c3
commit 5b572c5976
No known key found for this signature in database
GPG Key ID: 37C137D831F0A852
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ impl Witness {
Some(&slice[..end])
}
/// Creates a new witness from a list of hex strings.
/// Constructs a new witness from a list of hex strings.
///
/// # Errors
///