mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/block/power.rs')
-rw-r--r--src/block/power.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/power.rs b/src/block/power.rs
index aa09633..04c9607 100644
--- a/src/block/power.rs
+++ b/src/block/power.rs
@@ -122,7 +122,7 @@ impl fmt::Display for ConnectorDeserializeError
{
match self
{
- Self::LinkCount{have, max} => write!(f, "Too many links ({have} but only {max} supported)"),
+ Self::LinkCount{have, max} => write!(f, "too many links ({have} but only {max} supported)"),
}
}
}