Skip to content

Commit

Permalink
Merge #520
Browse files Browse the repository at this point in the history
520: Update mod.rs r=Dylan-DPC a=tshepang

missing word

<!--
    If this PR is a breaking change, ensure that you are opening it against 
    the `breaking` branch.  If the pull request is incomplete, prepend the Title with WIP: 
-->

**I'm submitting a(n)** (bug fix|deprecation|feature|refactor|removal|other)


# Description

# Motivation

# Tests
<!-- How are these changes tested? -->

# Related Issue(s)


Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com>
  • Loading branch information
bors[bot] and tshepang committed May 28, 2021
2 parents 2f52aee + 1006302 commit 3b5f6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/mod.rs
Expand Up @@ -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
Expand Down

0 comments on commit 3b5f6ad

Please sign in to comment.