mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2025-01-03 15:34:18 +00:00
Remove references to "english" data in docs
This commit is contained in:
parent
7cc5c0d141
commit
3d4901434c
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ pub fn create_globalindexes_from_wd() -> globals::LocalizedGlobalsIndexes {
|
|||
}
|
||||
|
||||
|
||||
/// Create [`globals::LocalizedGlobalsIndexes`] from the latest english data in Data Dragon.
|
||||
/// Create [`globals::LocalizedGlobalsIndexes`] from the latest data in Data Dragon.
|
||||
///
|
||||
/// This function tries to load data from `https://dd.b.pvp.net/latest`.
|
||||
pub async fn create_globalindexes_from_dd_latest(locale: &str) -> globals::LocalizedGlobalsIndexes {
|
||||
|
|
|
@ -145,7 +145,7 @@ pub fn create_cardindex_from_wd() -> card::CardIndex {
|
|||
create_cardindex_from_paths(paths)
|
||||
}
|
||||
|
||||
/// Create a [`card::CardIndex`] from the latest known english data in Data Dragon.
|
||||
/// Create a [`card::CardIndex`] from the latest known data in Data Dragon.
|
||||
///
|
||||
/// This function tries to load data from `https://dd.b.pvp.net/latest`.
|
||||
pub async fn create_cardindex_from_dd_latest(known_set_codes: &Vec<String>, locale: &str) -> card::CardIndex {
|
||||
|
|
Loading…
Reference in a new issue