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), }