From 3d4901434c80e2c80909bdc378d9419400072d81 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 24 Mar 2023 12:17:52 +0100 Subject: [PATCH] Remove references to "english" data in docs --- src/data/corebundle/mod.rs | 2 +- src/data/setbundle/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {