Skip to content

Commit 8f18f59

Browse files
TylerMSFTTylerMSFT
authored andcommitted
acrolinx
1 parent 69331ef commit 8f18f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dotnet/for-each-in.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: "for each, in"
3-
description: "C++/CLI for each, in statement description and examples."
3+
description: "C++/CLI for each, in, statement descriptions and examples."
44
ms.date: 06/29/2023
55
ms.topic: "reference"
66
f1_keywords: ["cliext::foreach", "each_CPP", "in_CPP", "for each_CPP", "for each", "in"]
77
helpviewer_keywords: ["for each keyword [C++]"]
88
---
99
# `for each`, `in`
1010

11-
Iterates through an array or collection. This non-standard keyword is available in both C++/CLI and native C++ projects. However, using it isn't recommended. Consider using a standard [Range-based for Statement (C++)](../cpp/range-based-for-statement-cpp.md) instead.
11+
Iterates through an array or collection. This nonstandard keyword is available in both C++/CLI and native C++ projects. However, using a standard [Range-based for Statement (C++)](../cpp/range-based-for-statement-cpp.md) is preferred, instead.
1212

13-
## All Runtimes
13+
## All runtimes
1414

1515
### Syntax
1616

0 commit comments

Comments
 (0)