Skip to content

Commit 32048ce

Browse files
committed
add note formatting
1 parent aefd21f commit 32048ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/build/common-visual-cpp-arm-migration-issues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ms.date: "05/06/2019"
77

88
This document describes some of the common issues that you might encounter when you migrate code from x86 or x64 architectures to the ARM architecture. It also describes how to avoid these issues, and how to use the compiler to help identify them.
99

10-
When this article refers to the ARM architecture, it means both ARM32 and ARM64.
10+
> [!NOTE]
11+
> When this article refers to the ARM architecture, it applies to both ARM32 and ARM64.
1112
1213
## Sources of migration issues
1314

docs/cpp/import-export-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace ModuleA_NS
4040
}
4141
```
4242

43-
Non-exported names aren't visible to code that imports the module:
43+
Nonexported names aren't visible to code that imports the module:
4444

4545
```cpp
4646
import ModuleA;

0 commit comments

Comments
 (0)