diff --git a/src/v7.rs b/src/v7.rs index dc4885c..6f96fef 100644 --- a/src/v7.rs +++ b/src/v7.rs @@ -1,6 +1,6 @@ //! The implementation for Version 1 UUIDs. //! -//! Note that you need to enable the `v1` Cargo feature +//! Note that you need to enable the `v7` Cargo feature //! in order to use this module. use crate::rng::{bytes, u16};