mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 10:56:34 +00:00
Fix old RiotApi::with_config doc link
This commit is contained in:
parent
d05f89c0d4
commit
9478e3f95e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ use crate::util::InsertOnlyCHashMap;
|
|||
/// of your rate limit without triggering 429 errors.
|
||||
///
|
||||
/// To adjust rate limiting, see [RiotApiConfig] and use
|
||||
/// [`with_config(config)`](RiotApi::with_config) to construct an instance.
|
||||
/// [`RiotApi::new(config)`](RiotApi::new) to construct an instance.
|
||||
pub struct RiotApi {
|
||||
/// Configuration settings.
|
||||
config: RiotApiConfig,
|
||||
|
|
Loading…
Reference in a new issue