Skip to content

Commit f000929

Browse files
svickColin Robertson
authored andcommitted
Corrected C++/CLR to C++/CLI (MicrosoftDocs#344)
1 parent d84b579 commit f000929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/preprocessor/hash-using-directive-cpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "#using Directive (C++/CLR) | Microsoft Docs"
2+
title: "#using Directive (C++/CLI) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.technology: ["cpp-tools"]
@@ -12,7 +12,7 @@ author: "corob-msft"
1212
ms.author: "corob"
1313
ms.workload: ["cplusplus"]
1414
---
15-
# #using Directive (C++/CLR)
15+
# #using Directive (C++/CLI)
1616
Imports metadata into a program compiled with [/clr](../build/reference/clr-common-language-runtime-compilation.md).
1717

1818
## Syntax
@@ -101,4 +101,4 @@ int main() {
101101
```
102102

103103
## See Also
104-
[Preprocessor Directives](../preprocessor/preprocessor-directives.md)
104+
[Preprocessor Directives](../preprocessor/preprocessor-directives.md)

0 commit comments

Comments
 (0)