summaryrefslogtreecommitdiff
path: root/src/eval/cast.rs
diff options
context:
space:
mode:
authorMathias Fischler <Mafii@users.noreply.github.com>2023-06-12 12:46:08 +0200
committerGitHub <noreply@github.com>2023-06-12 12:46:08 +0200
commit93e6638bfe171e3c337876d2143e4e048cd8b279 (patch)
treefbed2ca8b0ec432ceec05482193aaec097778dfa /src/eval/cast.rs
parent6a7182fcf71d05e2bb32072a56715497a03f0314 (diff)
Resolve #1141: Add hint for missing numbering, improve hint format consistency (#1456)
Diffstat (limited to 'src/eval/cast.rs')
-rw-r--r--src/eval/cast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/cast.rs b/src/eval/cast.rs
index 29cf5f71..917972ed 100644
--- a/src/eval/cast.rs
+++ b/src/eval/cast.rs
@@ -242,7 +242,7 @@ impl CastInfo {
if parts.iter().any(|p| p == "length");
if !matching_type;
then {
- write!(msg, ": a length needs a unit – did you mean {i}pt?").unwrap();
+ write!(msg, ": a length needs a unit - did you mean {i}pt?").unwrap();
}
};