From 42f3430c9cef782db6c289a7df5ebb79c77ce322 Mon Sep 17 00:00:00 2001 From: "Rinrin.rs" Date: Wed, 20 Nov 2024 03:11:49 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Docs:=20example=20for=20`get=5Fr?= =?UTF-8?q?ecords=5Fleaderboard`=20method=20[#73]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/client.rs b/src/client.rs index 8b7ccc7..c85c709 100644 --- a/src/client.rs +++ b/src/client.rs @@ -627,7 +627,7 @@ impl Client { /// /// - Upper bound is `[500000, 0, 0]` /// - Three entries - /// - Game mode: `blitz` (BLITZ) + /// - Game mode: `zenith` (QUICK PLAY) /// - Scope: `JP` (Japan) /// - Revolution ID: `@2024w31` /// @@ -649,10 +649,10 @@ impl Client { /// /// // Get the record leaderboard. /// let user = client.get_records_leaderboard( - /// // Record leaderboard ID: `blitz_country_JP@2024w31` + /// // Record leaderboard ID: `zenith_country_JP@2024w31` /// RecordsLeaderboardId::new( - /// // Game mode: `blitz` (BLITZ) - /// "blitz", + /// // Game mode: `zenith` (QUICK PLAY) + /// "zenith", /// // Scope: `JP` (Japan) /// Scope::Country("JP".to_string()), /// // Revolution ID: `@2024w31`