From c12dd67adcfbb01cf34665e2ccb84091fef9e62a Mon Sep 17 00:00:00 2001 From: Metaflame Date: Wed, 18 Mar 2026 17:02:28 +0100 Subject: [PATCH] Fix doc comment --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 74451c9..ca4706e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -213,7 +213,7 @@ enum DidInner { Plc([u8; 15]), /// Contains an unpacked [`DidWebDomain`] Web { len: u8, ptr: *const u8 }, - /// A single-word pointer to two heap-allocated strings + /// A single-word pointer to a heap-allocated string Other(Box), } -- 2.51.2