diff --git a/zebra-network/src/address_book.rs b/zebra-network/src/address_book.rs index 0ac92b10..bf1aa481 100644 --- a/zebra-network/src/address_book.rs +++ b/zebra-network/src/address_book.rs @@ -143,7 +143,7 @@ impl AddressBook { } /// Returns an iterator that drains entries from the address book, removing - /// them in order from most recent to least recent. + /// them in order from least recent to most recent. pub fn drain_oldest<'a>(&'a mut self) -> impl Iterator + 'a { Drain { book: self,