Skip to content

Commit 51e90f6

Browse files
committed
testcase_linked_list.md: Fix comment
1 parent c598587 commit 51e90f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom_types/enum/testcase_linked_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn main() {
6060
// Create an empty linked list
6161
let mut list = List::new();
6262
63-
// Append some elements
63+
// Prepend some elements
6464
list = list.prepend(1);
6565
list = list.prepend(2);
6666
list = list.prepend(3);

0 commit comments

Comments
 (0)