Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech committed Aug 21, 2024
1 parent 6a1311c commit 26c2b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/challenges/0011-floats-ints.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Challenge 11: Safety of Floats and Integers
# Challenge 11: Safety of Floats and Integers in `core::num`


- **Status:** Open
Expand All @@ -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

Expand Down

0 comments on commit 26c2b1c

Please sign in to comment.