Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnguyen-aws committed Mar 7, 2025
1 parent 87a1663 commit 290cd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/challenges/0017-slice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|---------|
Expand Down

0 comments on commit 290cd3e

Please sign in to comment.