mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
docs: replace Prepends
with Appends
(#882)
This commit is contained in:
parent
9d6d142bed
commit
61d4aa98e4
@ -559,7 +559,7 @@ impl<U> List<U> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Prepends an element to the back of the list
|
/// Appends an element to the back of the list
|
||||||
fn push_back(&mut self, node: Arc<Node<U>>) -> *const Node<U> {
|
fn push_back(&mut self, node: Arc<Node<U>>) -> *const Node<U> {
|
||||||
let ptr = arc2ptr(node);
|
let ptr = arc2ptr(node);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user