1
Fork 0

Clarify custom base URL.

This commit is contained in:
Bauke 2022-04-02 14:34:31 +02:00
parent 508b434eb7
commit ad35ded233
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -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;