Skip to content

Commit 006a348

Browse files
MalteJcathay4t
authored andcommitted
Fixing docs of AddressGetRequest::set_address_filter
1 parent e31996a commit 006a348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addr/get.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl AddressGetRequest {
7272
self
7373
}
7474

75-
/// Return only the addresses of the given prefix length.
75+
/// Return only AddressMessages filtered by the given address.
7676
pub fn set_address_filter(mut self, address: IpAddr) -> Self {
7777
self.filter_builder.address = Some(address);
7878
self

0 commit comments

Comments
 (0)