From 8785a2b7b154663989ee328096af037d4fb17b3f Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Mon, 25 Oct 2021 18:11:14 +0200 Subject: net, openpgp: Fix private documentation. --- net/src/wkd.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/src/wkd.rs b/net/src/wkd.rs index c5cf4117..f1efff8f 100644 --- a/net/src/wkd.rs +++ b/net/src/wkd.rs @@ -179,10 +179,10 @@ impl Url { /// Returns a 32 characters string from the local part of an email address /// -/// [draft-koch]: +/// From [draft-koch]: /// The so mapped local-part is hashed using the SHA-1 algorithm. The /// resulting 160 bit digest is encoded using the Z-Base-32 method as -/// described in [RFC6189], section 5.1.6. The resulting string has a +/// described in RFC6189, section 5.1.6. The resulting string has a /// fixed length of 32 octets. fn encode_local_part>(local_part: S) -> String { let local_part = local_part.as_ref(); -- cgit v1.2.3