mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Make docstring in CardRegion
singular
This commit is contained in:
parent
01cbe169fd
commit
6697e45143
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ impl Card {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// Regions to which cards can belong to.
|
/// A region to which cards can belong to.
|
||||||
#[derive(serde::Serialize, serde::Deserialize, Clone, Debug)]
|
#[derive(serde::Serialize, serde::Deserialize, Clone, Debug)]
|
||||||
pub enum CardRegion {
|
pub enum CardRegion {
|
||||||
/// Noxus.
|
/// Noxus.
|
||||||
|
|
Loading…
Reference in a new issue