and later -> or higher

This commit is contained in:
Viktor Szakats 2026-04-22 21:18:24 +02:00
parent de6ab39f5d
commit 97e75f98b7
No known key found for this signature in database
7 changed files with 9 additions and 9 deletions

View file

@ -37,7 +37,7 @@
* An SSL-enabled libcurl is required for this sample to work (at least one
* SSL backend has to be configured).
*
* **** This example only works with libcurl 7.56.0 and later! ****
* **** This example only works with libcurl 7.56.0 or higher! ****
*/
int main(int argc, const char **argv)

View file

@ -1444,7 +1444,7 @@ example cookies so the only way to share that is with the share interface.
## [1]
libcurl 7.10.3 and later have the ability to switch over to chunked
libcurl 7.10.3 or higher have the ability to switch over to chunked
Transfer-Encoding in cases where HTTP uploads are done with data of an unknown
size.