Skip to content

Commit 61d4aa9

Browse files
king6congtobz
authored andcommitted
docs: replace Prepends with Appends (#882)
1 parent 9d6d142 commit 61d4aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-current-thread/src/scheduler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ impl<U> List<U> {
559559
}
560560
}
561561

562-
/// Prepends an element to the back of the list
562+
/// Appends an element to the back of the list
563563
fn push_back(&mut self, node: Arc<Node<U>>) -> *const Node<U> {
564564
let ptr = arc2ptr(node);
565565

0 commit comments

Comments
 (0)