Commit 5c6fd5c2 authored by Joseph Noir's avatar Joseph Noir

Fix resolve description

parent cd52796f
......@@ -27,10 +27,10 @@ namespace caf {
namespace net {
namespace ip {
/// Returns all IP addresses of to `host` (if any).
/// Returns all IP addresses of `host` (if any).
std::vector<ip_address> resolve(string_view host);
/// Returns all IP addresses of to `host` (if any).
/// Returns all IP addresses of `host` (if any).
std::vector<ip_address> resolve(ip_address host);
/// Returns the IP addresses for a local endpoint, which is either an address,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment