From eb2edbb00f68c216c95a64243f08d541b6ce9522 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 22 Apr 2026 00:01:54 +0200 Subject: [PATCH] or later -> higher --- docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.md b/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.md index d27d1204de..81e9f8a6ee 100644 --- a/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.md +++ b/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.md @@ -58,7 +58,7 @@ int main(void) # NOTES -This option is only supported on Linux and macOS 10.11 or later. +This option is only supported on Linux and macOS 10.11 or higher. # %AVAILABILITY%