From 290cd3e260c53925450215cde7c2c95f9e19c7da Mon Sep 17 00:00:00 2001 From: thanhnguyen-aws Date: Fri, 7 Mar 2025 08:55:04 -0800 Subject: [PATCH] fix typo --- doc/src/challenges/0017-slice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/challenges/0017-slice.md b/doc/src/challenges/0017-slice.md index ec2e7c1becbe5..28d36d724588f 100644 --- a/doc/src/challenges/0017-slice.md +++ b/doc/src/challenges/0017-slice.md @@ -16,7 +16,7 @@ Verify the safety of [`std::slice`] functions in (library/core/src/slice/mod.rs) ### Success Criteria -The memory safety of the following public functions that iterating over the internal inductive data type must be verified: +The safety of the following functions in (library/core/src/slice/mod.rs): | Function | |---------|