Skip to content

Commit b4163d3

Browse files
authored
Standardize capitalization of "See also" sections
1 parent df4242d commit b4163d3

14 files changed

+14
-14
lines changed

docs/assembler/masm/mmword.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ While both instructions work on 64-bit operands, **QWORD** is the type for 64-bi
3232
movq mm0, mmword ptr [ebx]
3333
```
3434

35-
## See Also
35+
## See also
3636

3737
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/xmmword.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Used for 128-bit multimedia operands with MMX and SSE (XMM) instructions.
2424
movdqa xmm0, xmmword ptr [ebx]
2525
```
2626

27-
## See Also
27+
## See also
2828

2929
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/build/reference/profile-performance-tools-profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Because a **CMake** project doesn't have the usual **Property Pages** support, t
5757

5858
1. Rebuild your solution.
5959

60-
## See Also
60+
## See also
6161

6262
[MSVC linker reference](linking.md)\
6363
[MSVC linker options](linker-options.md)

docs/code-quality/c28112.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ InterlockedDecrement(&inter_var);
3535
InterlockedIncrement(&inter_var);
3636
```
3737

38-
## See Also
38+
## See also
3939

4040
[InterlockedIncrement function (wdm.h)](/windows-hardware/drivers/ddi/wdm/nf-wdm-interlockedincrement)\
4141
[InterlockedDecrement function (wdm.h)](/windows-hardware/drivers/ddi/wdm/nf-wdm-interlockeddecrement)

docs/code-quality/c6504.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ void g(Point& pt)
6060
}
6161
```
6262

63-
## See Also
63+
## See also
6464

6565
[Annotation Properties](using-sal-annotations-to-reduce-c-cpp-code-defects.md)

docs/code-quality/using-sal-annotations-to-reduce-c-cpp-code-defects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ The articles in this section of the documentation discuss aspects of SAL, provid
4747

4848
Provides examples that show how to use SAL annotations. Also explains common pitfalls.
4949

50-
## See Also
50+
## See also
5151

5252
[SAL 2.0 Annotations for Windows Drivers](/windows-hardware/drivers/devtest/sal-2-annotations-for-windows-drivers)

docs/cpp/import-export-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ import // Always an identifier, never a keyword
109109
110110
**End Microsoft Specific**
111111
112-
## See Also
112+
## See also
113113
114114
[Overview of modules in C++](modules-cpp.md)\
115115
[Import the C++ standard library using modules](tutorial-import-stl-named-module.md)

docs/ide/adding-a-property-visual-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following section describes the UI that you'll use to add a property:
5353

5454
For ATL interfaces **Put function** makes the property writable; that is, it creates the `Put` method for setting, or "putting," this property of the object. Select **Get**, **Put**, or both.
5555

56-
## See Also
56+
## See also
5757

5858
[Add IDL Property](add-interface-definition-library-property-wizard.md)
5959

docs/ide/live-share-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To end a session, select **End Collaboration Session** from the **Sharing** drop
4444
For more information about **Live Share** in Visual Studio, see [What is Visual Studio Live Share?](/visualstudio/liveshare/). For more information about Live Share in Visual Studio Code, see [
4545
Live Share](https://marketplace.visualstudio.com/items?itemName=ms-vsliveshare.vsliveshare).
4646

47-
## See Also
47+
## See also
4848

4949
[Edit and refactor code (C++)](writing-and-refactoring-code-cpp.md)</br>
5050
[Navigate your C++ code base in Visual Studio](navigate-code-cpp.md)</br>

docs/ide/read-and-understand-code-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Right click on any function call and view a recursive list of all the functions
106106

107107
![Screenshot of the Call Hierarchy window which shows calls to and from Floating_to_wstring(). For example, to_wstring() calls Floating_to_wstring().](../ide/media/vs2015_cpp_call_hierarchy.png)
108108

109-
## See Also
109+
## See also
110110

111111
[Edit and refactor code (C++)](writing-and-refactoring-code-cpp.md)</br>
112112
[Navigate your C++ code base in Visual Studio](navigate-code-cpp.md)</br>

0 commit comments

Comments
 (0)