From b95ae3d596b1c01c4d047aa7db6e042de2312e9f Mon Sep 17 00:00:00 2001 From: HusseinAdeiza Date: Mon, 18 May 2026 17:14:32 +0100 Subject: [PATCH] docs: fix duplicate 'the' in proofs comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed 'the the' → 'the' File: proofs/src/lib.rs line 177 --- proofs/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proofs/src/lib.rs b/proofs/src/lib.rs index fbab276f..262cd965 100644 --- a/proofs/src/lib.rs +++ b/proofs/src/lib.rs @@ -174,7 +174,7 @@ pub fn unsafe_attestation_doc_from_der( } /// Extract the DER encoded `AttestationDoc` from the nitro secure module -/// (nsm) provided COSE Sign1 structure. This function will verify the the +/// (nsm) provided COSE Sign1 structure. This function will verify the /// root certificate authority via the CA bundle and verify that the end /// entity certificate signed the COSE Sign1 structure. ///