Skip to content

Commit ad9c356

Browse files
committed
Fix documentation typo
1 parent 99977bb commit ad9c356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/v3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impl Uuid {
1616
///
1717
/// # Examples
1818
///
19-
/// Generating a MD5 DNS UUID for `rust-lang.ord`:
19+
/// Generating a MD5 DNS UUID for `rust-lang.org`:
2020
///
2121
/// ```
2222
/// # use uuid::{Uuid, Version};

src/v5.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ impl Uuid {
1515
///
1616
/// # Examples
1717
///
18-
/// Generating a SHA1 DNS UUID for `rust-lang.ord`:
18+
/// Generating a SHA1 DNS UUID for `rust-lang.org`:
1919
///
2020
/// ```
2121
/// # use uuid::{Uuid, Version};

0 commit comments

Comments
 (0)