mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/team.rs')
| -rw-r--r-- | src/team.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/team.rs b/src/team.rs index 123d996..edd5ec0 100644 --- a/src/team.rs +++ b/src/team.rs @@ -78,7 +78,7 @@ impl fmt::Display for TryFromU16Error { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { - write!(f, "No content of type Team for value {}", self.0) + write!(f, "no content of type Team for value {}", self.0) } } |