From 7ddd6405b4541f9c121dbde5c351687d5b93fc56 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 22 Apr 2026 21:36:07 +0200 Subject: [PATCH] later/older -> higher/lower --- docs/INTERNALS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index c617957ad6..3438425cac 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -19,8 +19,8 @@ supply a stdint.h header file that defines C99-style fixed-width integer types like uint32_t. We write libcurl to build and work with lots of third party tools, and we -want it to remain functional and buildable with these and later versions -(older versions may still work but is not what we work hard to maintain): +want it to remain functional and buildable with these and higher versions +(lower versions may still work but is not what we work hard to maintain): ## Dependencies