summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-09-26 18:05:05 +0200
committermo8it <mo8it@proton.me>2024-09-26 18:05:05 +0200
commit0e9eb9e87e21b1f95d2fbd8ad24ba8a197172318 (patch)
tree058809b6b9391081388aad5cbca64f34c6302259 /rustlings-macros/info.toml
parent0d258b9e9691468fd1c9a46378446467a14be765 (diff)
Replace three dots with dot in hint
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 2d42045..c1342d6 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -1144,7 +1144,7 @@ constants, but clippy recognizes those imprecise mathematical constants as a
source of potential error.
See the suggestions of the Clippy warning in the compile output and use the
-appropriate replacement constant from `std::f32::consts`..."""
+appropriate replacement constant from `std::f32::consts`."""
[[exercises]]
name = "clippy2"