Skip to content

Commit

Permalink
Fixing docs of AddressGetRequest::set_address_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteJ authored and cathay4t committed Jan 10, 2024
1 parent e31996a commit 006a348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addr/get.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl AddressGetRequest {
self
}

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

0 comments on commit 006a348

Please sign in to comment.