Skip to content

Commit

Permalink
Merge pull request #603 from nstinus/main
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
KodrAus committed May 30, 2022
2 parents 99977bb + ad9c356 commit ba27437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/v3.rs
Expand Up @@ -16,7 +16,7 @@ impl Uuid {
///
/// # Examples
///
/// Generating a MD5 DNS UUID for `rust-lang.ord`:
/// Generating a MD5 DNS UUID for `rust-lang.org`:
///
/// ```
/// # use uuid::{Uuid, Version};
Expand Down
2 changes: 1 addition & 1 deletion src/v5.rs
Expand Up @@ -15,7 +15,7 @@ impl Uuid {
///
/// # Examples
///
/// Generating a SHA1 DNS UUID for `rust-lang.ord`:
/// Generating a SHA1 DNS UUID for `rust-lang.org`:
///
/// ```
/// # use uuid::{Uuid, Version};
Expand Down

0 comments on commit ba27437

Please sign in to comment.