Skip to content

Commit bdd170a

Browse files
authored
Elide unneeded trailing period or semicolon in headings
1 parent 99ba4b7 commit bdd170a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/data/oledb/creating-an-updatable-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Making sure that the data store can handle changes.
174174
175175
Handling NULL values.
176176
177-
### Handling default values.
177+
### Handling default values
178178
179179
To implement your own `FlushData` method, you need to:
180180

docs/mfc/reference/cmditabinfo-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following example demonstrates how to set the values of the various member v
6464

6565
**Header:** afxmdiclientareawnd.h
6666

67-
## <a name="m_bactivetabclosebutton_"></a> CMDITabInfo::m_bActiveTabCloseButton;
67+
## <a name="m_bactivetabclosebutton_"></a> CMDITabInfo::m_bActiveTabCloseButton
6868

6969
Specifies whether a **Close** button is displayed on the label of the active tab.
7070

docs/mfc/testing-properties-and-events-with-test-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ At this point you can test your control's properties or events.
3737

3838
The property now contains the new value.
3939

40-
#### To test events and specify the destination of event information.
40+
#### To test events and specify the destination of event information
4141

4242
1. On the **Options** menu, click **Logging**.
4343

docs/porting/porting-guide-spy-increment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Spy++ is a widely used GUI diagnostic tool for the Windows desktop that provides
1515

1616
We considered this case to be typical for porting Windows desktop applications that use MFC and the Win32 API, especially for old projects that have not been updated with each release of Visual C++ since Visual C++ 6.0.
1717

18-
## <a name="convert_project_file"></a> Step 1. Converting the project file.
18+
## <a name="convert_project_file"></a> Step 1. Converting the project file
1919

2020
The project file, two old .dsw files from Visual C++ 6.0, converted easily with no issues that require further attention. One project is the Spy++ application. The other is SpyHk, written in C, a supporting DLL. More complex projects might not upgrade as easily, as discussed [here](../porting/visual-cpp-porting-and-upgrading-guide.md).
2121

0 commit comments

Comments
 (0)