From 74d70d13cd91bfd3e5c9f0061141f84fa0d31ae9 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Sat, 21 Jun 2025 16:23:01 +1000 Subject: [PATCH] Help: Fix repeated word in file API docs for sourceFileExtensions --- Help/manual/cmake-file-api.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index a15453971c..19a3c71a0e 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -1828,6 +1828,6 @@ The members specific to ``toolchains`` objects are: ``sourceFileExtensions`` Optional member that is present when the :variable:`CMAKE__SOURCE_FILE_EXTENSIONS` variable is defined for - the current language. Its value is a JSON array of JSON strings where each + the current language. Its value is a JSON array of JSON strings where each string holds a file extension (without the leading dot) for the language.