mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 10:56:34 +00:00
Update route.rs.dt comment typo
This commit is contained in:
parent
1567bae16e
commit
7e78abb7e5
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue