diff --git a/src/data/corebundle/mod.rs b/src/data/corebundle/mod.rs index 86d608d..ab2bed8 100644 --- a/src/data/corebundle/mod.rs +++ b/src/data/corebundle/mod.rs @@ -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 { diff --git a/src/data/setbundle/mod.rs b/src/data/setbundle/mod.rs index a12ec74..1fe567c 100644 --- a/src/data/setbundle/mod.rs +++ b/src/data/setbundle/mod.rs @@ -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, locale: &str) -> card::CardIndex {