Skip to content

Commit 406b1c1

Browse files
authored
docs(0005): typo fix in the challenge docs (#178)
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.
1 parent a8dd975 commit 406b1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/challenges/0005-linked-list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The memory safety of the following public functions that iterating over the inte
2323

2424
| Function | Location |
2525
|---------|---------|
26-
|clearn | alloc::collections::linked_list |
26+
|clear| alloc::collections::linked_list |
2727
|contains| alloc::collections::linked_list |
2828
|split_off| alloc::collections::linked_list |
2929
|remove| alloc::collections::linked_list |

0 commit comments

Comments
 (0)