From 5b572c5976a51613c96ff4dcc70ec3feae710b64 Mon Sep 17 00:00:00 2001 From: aagbotemi Date: Tue, 22 Apr 2025 04:28:51 +0100 Subject: [PATCH] docs(witness): use constructs instead of creates --- primitives/src/witness.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitives/src/witness.rs b/primitives/src/witness.rs index bbbc05376..98e348b3d 100644 --- a/primitives/src/witness.rs +++ b/primitives/src/witness.rs @@ -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 ///