From a7e998b4b227d9b961441ea748380908d978cc94 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Thu, 21 Sep 2023 20:31:43 +0800 Subject: [PATCH] Update C Runtime Library Compatibility page. Fixes #4715 --- docs/c-runtime-library/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/c-runtime-library/compatibility.md b/docs/c-runtime-library/compatibility.md index e1c99c1d61..45f753bf02 100644 --- a/docs/c-runtime-library/compatibility.md +++ b/docs/c-runtime-library/compatibility.md @@ -33,6 +33,6 @@ Except as noted within the documentation for specific functions, the UCRT is com | [UWP apps, the Windows Runtime, and the C runtime](./windows-store-apps-the-windows-runtime-and-the-c-run-time.md) | Describes when UCRT routines aren't compatible with Universal Windows apps or Microsoft Store apps. | | [ANSI C conformance](./ansi-c-compliance.md) | Describes standard-conforming names in the UCRT. | | [UNIX](./unix.md) | Provides guidelines for porting programs to UNIX. | -| [Windows platforms (CRT)](./windows-platforms-crt.md) | Lists the operating systems that are the CRT supports. | +| [Windows platforms (CRT)](./windows-platforms-crt.md) | Lists the operating systems that CRT supports. | | [Backward compatibility](./backward-compatibility.md) | Describes how to map old CRT names to the new ones. | | [C runtime (CRT) and C++ Standard Library (STL) `.lib` files](./crt-library-features.md) | Provides an overview of the CRT library (.lib) files and the associated compiler options. |