Skip to content

Commit b35450b

Browse files
committed
add Tyler's feedback
1 parent 996c694 commit b35450b

5 files changed

+5
-5
lines changed

docs/cpp/object-lifetime-and-resource-management-modern-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Object lifetime and resource management (RAII)"
33
description: "Follow the principle of RAII in modern C++ to avoid resource leaks."
44
ms.date: 06/02/2022
5-
ms.topic: "how-to"
5+
ms.topic: "concept-article"
66
ms.assetid: 8aa0e1a1-e04d-46b1-acca-1d548490700f
77
---
88
# Object lifetime and resource management (RAII)

docs/cpp/portability-at-abi-boundaries-modern-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Portability at ABI boundaries"
33
description: "Flatten C++ interfaces to C calling conventions at binary interface boundaries."
44
ms.date: "11/19/2019"
5-
ms.topic: "how-to"
5+
ms.topic: "concept-article"
66
ms.assetid: abbd405e-3038-427c-8c24-e00598f0936a
77
---
88
# Portability at ABI boundaries

docs/cpp/smart-pointers-modern-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: Smart pointers (Modern C++)"
33
title: "Smart pointers (Modern C++)"
44
ms.date: "11/19/2019"
5-
ms.topic: "how-to"
5+
ms.topic: "concept-article"
66
ms.assetid: 909ef870-904c-49b6-b8cd-e9d0b7dc9435
77
---
88
# Smart pointers (Modern C++)

docs/cpp/type-conversions-and-type-safety-modern-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Type conversions and type safety"
33
description: "Learn more about: Type conversions and type safety"
44
ms.date: "11/19/2019"
5-
ms.topic: "how-to"
5+
ms.topic: "concept-article"
66
---
77
# Type conversions and type safety
88

docs/cpp/welcome-back-to-cpp-modern-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Welcome back to C++ - Modern C++"
33
description: "Describes the new programming idioms in Modern C++ and their rationale."
44
ms.date: 06/02/2022
5-
ms.topic: "how-to"
5+
ms.topic: "concept-article"
66
---
77
# Welcome back to C++ - Modern C++
88

0 commit comments

Comments
 (0)