From ad35ded233d370d3af4cfdbc1120dfdde9afd1fe Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 2 Apr 2022 14:34:31 +0200 Subject: [PATCH] Clarify custom base URL. --- source/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;