Skip to content

Commit a899daf

Browse files
author
Schneider
committed
enums-c-cx: fix typo
1 parent f1805e0 commit a899daf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cppcx/enums-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.assetid: 99fbbe28-c1cd-43af-9ead-60f90eba6e68
55
---
66
# Enums (C++/CX)
77

8-
C++/CX supports the `public enum class` keyword, which is analagous to a standard C++ `scoped enum`. When you use an enumerator that's declared by using the `public enum class` keyword, you must use the enumeration identifier to scope each enumerator value.
8+
C++/CX supports the `public enum class` keyword, which is analogous to a standard C++ `scoped enum`. When you use an enumerator that's declared by using the `public enum class` keyword, you must use the enumeration identifier to scope each enumerator value.
99

1010
### Remarks
1111

0 commit comments

Comments
 (0)