From 96b94717915be325d543f76c19ee9dd765407e1b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:08:44 +0000 Subject: [PATCH 1/2] Initial plan From dc21a345199454ae6bad30ee3d3a2ffdea343e47 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:11:27 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20"hexademical"=20typos=20=E2=86=92=20"?= =?UTF-8?q?hexadecimal"=20in=20Char.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com> --- xml/System/Char.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xml/System/Char.xml b/xml/System/Char.xml index 5494eef10f8..b6b10ba0358 100644 --- a/xml/System/Char.xml +++ b/xml/System/Char.xml @@ -1436,9 +1436,9 @@ This method determines whether the character is in the range '0' through '9', in The character to evaluate. - Indicates whether a character is categorized as an ASCII hexademical digit. + Indicates whether a character is categorized as an ASCII hexadecimal digit. - if is a hexademical digit; otherwise, . + if is a hexadecimal digit; otherwise, . The character to evaluate. - Indicates whether a character is categorized as an ASCII lower-case hexademical digit. + Indicates whether a character is categorized as an ASCII lower-case hexadecimal digit. - if is a lower-case hexademical digit; otherwise, . + if is a lower-case hexadecimal digit; otherwise, . The character to evaluate. - Indicates whether a character is categorized as an ASCII upper-case hexademical digit. + Indicates whether a character is categorized as an ASCII upper-case hexadecimal digit. - if is a hexademical digit; otherwise, . + if is a hexadecimal digit; otherwise, .