Clarify custom base URL.
This commit is contained in:
parent
508b434eb7
commit
ad35ded233
|
@ -66,7 +66,7 @@ impl Generator {
|
||||||
format!("https://{base_url}/avatar/{hash}")
|
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
|
/// ```rust
|
||||||
/// use gravatar_rs::Generator;
|
/// use gravatar_rs::Generator;
|
||||||
|
|
Loading…
Reference in New Issue