diff --git a/doc/src/challenges/0011-floats-ints.md b/doc/src/challenges/0011-floats-ints.md index 4834a4b0b832a..4ec1e3c7dc3a9 100644 --- a/doc/src/challenges/0011-floats-ints.md +++ b/doc/src/challenges/0011-floats-ints.md @@ -1,4 +1,4 @@ -# Challenge 11: Safety of Floats and Integers +# Challenge 11: Safety of Floats and Integers in `core::num` - **Status:** Open @@ -10,7 +10,7 @@ ## Goal -Verify the memory safety of public unsafe methods for floats and integers in `core::num`. +Verify the safety of public unsafe methods for floats and integers in `core::num`. ## Success Criteria