We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99977bb commit ad9c356Copy full SHA for ad9c356
src/v3.rs
@@ -16,7 +16,7 @@ impl Uuid {
16
///
17
/// # Examples
18
19
- /// Generating a MD5 DNS UUID for `rust-lang.ord`:
+ /// Generating a MD5 DNS UUID for `rust-lang.org`:
20
21
/// ```
22
/// # use uuid::{Uuid, Version};
src/v5.rs
@@ -15,7 +15,7 @@ impl Uuid {
15
- /// Generating a SHA1 DNS UUID for `rust-lang.ord`:
+ /// Generating a SHA1 DNS UUID for `rust-lang.org`:
0 commit comments