From 1006302f879ad51178fcffee9ab66a6d476c16a6 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Fri, 28 May 2021 00:19:10 +0200 Subject: [PATCH] Update mod.rs missing word --- src/builder/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builder/mod.rs b/src/builder/mod.rs index ebb32799..a8c0c2d0 100644 --- a/src/builder/mod.rs +++ b/src/builder/mod.rs @@ -21,7 +21,7 @@ use crate::prelude::*; impl Uuid { /// The 'nil UUID'. /// - /// The nil UUID is special form of UUID that is specified to have all + /// The nil UUID is a special form of UUID that is specified to have all /// 128 bits set to zero, as defined in [IETF RFC 4122 Section 4.1.7][RFC]. /// /// [RFC]: https://tools.ietf.org/html/rfc4122.html#section-4.1.7