summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"