From be1be0292dd6abbeab823f750783d4ed7ff581e3 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Sun, 3 Mar 2024 20:52:37 +0100 Subject: [PATCH] change typo --- src/value_constraints.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/value_constraints.rs b/src/value_constraints.rs index 5abc226..5204a47 100644 --- a/src/value_constraints.rs +++ b/src/value_constraints.rs @@ -12,7 +12,7 @@ impl Constrained for Name { /// [Name] must meet the following criteria to be valid in the context of polyproto: /// - Distinguished name MUST have "common name" attribute, which is equal to the actor or /// home server name of the subject in question. Only one "common name" is allowed. - /// - MUST have AT LEAST one domain component, specifying the home server subdomain for this + /// - MUST have AT LEAST one domain component, specifying the home server domain for this /// entity. /// - If actor name, MUST include UID (OID 0.9.2342.19200300.100.1.1) and uniqueIdentifier /// (OID 0.9.2342.19200300.100.1.44).