Skip to content

Commit 290cd3e

Browse files
fix typo
1 parent 87a1663 commit 290cd3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/src/challenges/0017-slice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Verify the safety of [`std::slice`] functions in (library/core/src/slice/mod.rs)
1616

1717
### Success Criteria
1818

19-
The memory safety of the following public functions that iterating over the internal inductive data type must be verified:
19+
The safety of the following functions in (library/core/src/slice/mod.rs):
2020

2121
| Function |
2222
|---------|

0 commit comments

Comments
 (0)