1
0
mirror of synced 2025-07-20 16:02:59 +03:00

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

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");