Skip to content

Commit

Permalink
docs(0005): typo fix in the challenge docs (rust-lang#178)
Browse files Browse the repository at this point in the history
This PR, just fixes a typo for a function name in the challenge docs.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
  • Loading branch information
bp7968h authored Nov 22, 2024
1 parent a8dd975 commit 406b1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/challenges/0005-linked-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The memory safety of the following public functions that iterating over the inte

| Function | Location |
|---------|---------|
|clearn | alloc::collections::linked_list |
|clear| alloc::collections::linked_list |
|contains| alloc::collections::linked_list |
|split_off| alloc::collections::linked_list |
|remove| alloc::collections::linked_list |
Expand Down

0 comments on commit 406b1c1

Please sign in to comment.