CURLOPT_RESOLVE.md: fix wording

(`*`) It's an asterisk, not an ampersand.

Closes https://github.com/curl/curl/pull/15770
This commit is contained in:
dwickr 2024-12-17 17:22:54 -06:00 committed by Jay Satiro
parent 435ea241ba
commit c5052a0187

View file

@ -47,7 +47,7 @@ numerical IP addresses. If you specify multiple IP addresses they need to be
separated by comma. If libcurl is built to support IPv6, each of the ADDRESS
entries can of course be either IPv4 or IPv6 style addressing.
Specify the host as a single ampersand (`*`) to match all names. This wildcard
Specify the host as a single asterisk (`*`) to match all names. This wildcard
is resolved last so any resolve with a specific host and port number is given
priority.