From 7e78abb7e50a8bb03bff56d6f4ade6b9a6de9aa3 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Tue, 9 May 2023 22:09:13 -0700 Subject: [PATCH] Update route.rs.dt comment typo --- riven/srcgen/consts/route.rs.dt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riven/srcgen/consts/route.rs.dt b/riven/srcgen/consts/route.rs.dt index a567b6f..2005e4e 100644 --- a/riven/srcgen/consts/route.rs.dt +++ b/riven/srcgen/consts/route.rs.dt @@ -6,7 +6,7 @@ use num_enum::{ IntoPrimitive, TryFromPrimitive }; use strum_macros::{ EnumString, EnumIter, Display, IntoStaticStr }; -/// Regional routes, used in tournament services, Legends of Runterra, and other endpoints. +/// Regional routes, used in tournament services, Legends of Runeterra (LoR), and other some endpoints. #[derive(Debug)] #[derive(PartialEq, Eq, Hash, PartialOrd, Ord)] #[derive(IntoPrimitive, TryFromPrimitive)]