Skip to content

Commit bd4d830

Browse files
TylerMSFTTylerMSFT
authored andcommitted
capitilization for C runtime
1 parent eebed43 commit bd4d830

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/c-runtime-library/c-run-time-library-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "C Runtime Library reference"
3-
description: "Links to information and reference for the Microsoft C Runtime library functions."
2+
title: "C runtime library reference"
3+
description: "Links to information and reference for the Microsoft C runtime library functions."
44
ms.date: "3/5/2021"
55
f1_keywords: ["c.runtime"]
66
helpviewer_keywords: ["CRT", "runtime libraries", "CRT, reference"]
@@ -37,7 +37,7 @@ Provides links to the C runtime library functions, organized by function family.
3737
[Language and country/region strings](locale-names-languages-and-country-region-strings.md)\
3838
Describes how to use the `setlocale` function to set the language and Country/Region strings.
3939

40-
[C Runtime (CRT) and C++ Standard Library `.lib` files](crt-library-features.md)\
40+
[C runtime (CRT) and C++ Standard Library `.lib` files](crt-library-features.md)\
4141
Discusses the `.lib` files that make up the C runtime libraries and their associated compiler options and preprocessor directives.
4242

4343
## Related Sections

docs/c-runtime-library/crt-library-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "C Runtime (CRT) and C++ Standard Library .lib files"
2+
title: "C runtime (CRT) and C++ Standard Library .lib files"
33
description: "List of Microsoft C runtime and C++ Standard Library .lib files that you can link against and their associated compiler options and preprocessor directives."
44
ms.date: "3/5/2021"
55
ms.topic: "reference"
66
helpviewer_keywords: ["MSVCR71.dll", "libraries [C++], multithreaded", "library files, run-time", "LIBCMT.lib", "LIBCP.lib", "LIBCPMT.lib", "run-time libraries, C", "CRT, release versions", "MSVCP71.dll", "LIBC.lib", "libraries [C++]", "libraries [C++], run-time", "linking [C++], libraries"]
77
---
8-
# C Runtime (CRT) and C++ Standard Library `.lib` files
8+
# C runtime (CRT) and C++ Standard Library `.lib` files
99

1010
This topic lists the Microsoft C runtime library `.lib` files that you can link against when you develop your application, and their associated compiler options and preprocessor directives.
1111

docs/c-runtime-library/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
href: ../c-runtime-library/global-state.md
6565
- name: Type-generic math
6666
href: ../c-runtime-library/tgmath.md
67-
- name: C Runtime (CRT) and C++ Standard Library .lib files
67+
- name: C runtime (CRT) and C++ Standard Library .lib files
6868
href: ../c-runtime-library/crt-library-features.md
6969
- name: Universal C runtime routines by category
7070
expanded: false

docs/standard-library/cpp-standard-library-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ helpviewer_keywords: ["C++ Standard Library, reference", "C++ Standard Library",
99

1010
A C++ program can call on a large number of functions from this conforming implementation of the C++ Standard Library. These functions perform services such as input and output and provide efficient implementations of frequently used operations.
1111

12-
For more information about linking with the appropriate Visual C++ runtime .lib file, see [C Runtime (CRT) and C++ Standard Library .`lib` files](../c-runtime-library/crt-library-features.md).
12+
For more information about linking with the appropriate Visual C++ runtime `.lib` file, see [C runtime (CRT) and C++ Standard Library .`lib` files](../c-runtime-library/crt-library-features.md).
1313

1414
## In this section
1515

0 commit comments

Comments
 (0)