Skip to content

Commit 03a1440

Browse files
authored
Merge pull request #2324 from corob-msft/cr-cats-5-of-n
More CATS fixes, 5 of N
2 parents 7c258df + 0fc08f3 commit 03a1440

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/dotnet/vector-stl-clr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ front() = a
938938
x b c
939939
```
940940

941-
# <a name="front_item"></a> vector::front_item (STL/CLR)
941+
## <a name="front_item"></a> vector::front_item (STL/CLR)
942942
Accesses the first element.
943943

944944
### Syntax
@@ -988,7 +988,7 @@ front_item = a
988988
x b c
989989
```
990990

991-
# <a name="generic_container"></a> vector::generic_container (STL/CLR)
991+
## <a name="generic_container"></a> vector::generic_container (STL/CLR)
992992
The type of the generic interface for the container.
993993

994994
### Syntax
@@ -1111,7 +1111,7 @@ a b c
11111111
a a c
11121112
```
11131113

1114-
# <a name="generic_reverse_iterator"></a> vector::generic_reverse_iterator (STL/CLR)
1114+
## <a name="generic_reverse_iterator"></a> vector::generic_reverse_iterator (STL/CLR)
11151115
The type of a reverse iterator for use with the generic interface for the container.
11161116

11171117
### Syntax

docs/mfc/application-design-choices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Application Design Choices"
3-
ms.date: "11/04/2016"
3+
ms.date: "09/12/2019"
44
helpviewer_keywords: ["design", "application design [MFC], design goals", "application design [MFC], Internet applications", "Internet applications [MFC], designing applications", "Internet [MFC], vs. intranets", "applications [MFC], Internet", "server applications [MFC], vs. client applications on Internet", "client applications [MFC], vs. server applications on Internet"]
55
ms.assetid: 9b96172c-b4d4-4c69-bfb2-226ce0de6d08
66
---
@@ -14,7 +14,7 @@ Topics covered in this article include:
1414

1515
- [Client or Server Application](#_core_client_or_server_application)
1616

17-
- [](#_core_the_web_page)
17+
- [The Web Page](#_core_the_web_page)
1818

1919
- [Browser or Stand-Alone Application](#_core_browser_or_standalone)
2020

@@ -54,7 +54,7 @@ You can write ActiveX controls that are embedded in an HTML page and Active docu
5454

5555
ActiveX controls, Active documents, and asynchronous monikers all use COM (Component Object Model) technologies.
5656

57-
ActiveX controls provide dynamic content to documents and pages on Internet sites. With COM you can build ActiveX controls and full-frame documents using Active documents.
57+
ActiveX controls provide dynamic content to documents and pages on Internet sites. With COM, you can build ActiveX controls and full-frame documents using Active documents.
5858

5959
Asynchronous monikers provide features to enable a control to perform well in an Internet environment, including an incremental or progressive means to download data. Controls must also work well with other controls that may also be retrieving their data asynchronously at the same time.
6060

0 commit comments

Comments
 (0)