fix documentation typo (#539)

fix "adress" --> "address"
This commit is contained in:
Ron Klein 2020-06-23 01:12:22 +03:00 committed by GitHub
parent ce502a73e1
commit 0a2cb20223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,7 +287,7 @@ Client Example
int main(void)
{
// IMPORTANT: 1st parameter must be a hostname or an IP adress string.
// IMPORTANT: 1st parameter must be a hostname or an IP address string.
httplib::Client cli("localhost", 1234);
auto res = cli.Get("/hi");