1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-05-13 22:06:28 +02:00

Merge pull request from tklauser/clippy1-typo

Fix typo in clippy1 hint
This commit is contained in:
liv 2023-01-05 17:41:43 +01:00 committed by GitHub
commit c5898ac6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1072,7 +1072,7 @@ name = "clippy1"
path = "exercises/clippy/clippy1.rs" path = "exercises/clippy/clippy1.rs"
mode = "clippy" mode = "clippy"
hint = """ hint = """
Rust stores the highest precision version of any long or inifinite precision Rust stores the highest precision version of any long or infinite precision
mathematical constants in the Rust standard library. mathematical constants in the Rust standard library.
https://doc.rust-lang.org/stable/std/f32/consts/index.html https://doc.rust-lang.org/stable/std/f32/consts/index.html