Skip to content

Commit

Permalink
change typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Mar 3, 2024
1 parent f7a1310 commit be1be02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value_constraints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit be1be02

Please sign in to comment.