Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nstinus committed May 27, 2022
1 parent 99977bb commit ad9c356
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 ad9c356

Please sign in to comment.