From 6512866c26a4fbc6313f58e5cabeb8e1bde46913 Mon Sep 17 00:00:00 2001 From: sir naji <47813733+sirnaji@users.noreply.github.com> Date: Mon, 30 Jan 2023 23:03:30 +0100 Subject: [PATCH] Fixed typo of champion masteries example comment (#49) two "o's" in champion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d41c3a..49883c9 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ rt.block_on(async { .get_all_champion_masteries(PlatformRoute::NA1, &summoner.id).await .expect("Get champion masteries failed."); - // Print champioon masteries. + // Print champion masteries. for (i, mastery) in masteries.iter().take(10).enumerate() { println!("{: >2}) {: <9} {: >7} ({})", i + 1, mastery.champion_id.name().unwrap_or("UNKNOWN"),