diff --git a/source/lib.rs b/source/lib.rs index 47bcdf9..0b85abf 100644 --- a/source/lib.rs +++ b/source/lib.rs @@ -66,7 +66,7 @@ impl Generator { format!("https://{base_url}/avatar/{hash}") } - /// Configures the Generator to use the base URL for generated URLs. + /// Configures the Generator to use a custom base URL for generated URLs. /// /// ```rust /// use gravatar_rs::Generator;