Replace three dots with dot in hint

This commit is contained in:
mo8it 2024-09-26 18:05:05 +02:00
parent 0d258b9e96
commit 0e9eb9e87e

View file

@ -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"