Skip to content

Commit 85aabfb

Browse files
C19209: Possible incorrect format in line 28
Hello, @corob-msft, Localization team has reported source content issue that causes issue for localization. It seeems that bold type is incorrect. Please review the comment tag added and reply with explanation if fix is needed or not. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent 7a204e8 commit 85aabfb

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs/assembler/masm/comm.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ ms.assetid: a23548c4-ad04-41fa-91da-945f228de742
1111
author: "corob-msft"
1212
ms.author: "corob"
1313
ms.workload: ["cplusplus"]
14-
---
15-
# COMM
16-
Creates a communal variable with the attributes specified in `definition`.
17-
18-
## Syntax
19-
20-
```
21-
22-
COMM definition [[, definition]] ...
23-
```
24-
25-
## Remarks
26-
Each `definition` has the following form:
27-
28-
[[*langtype*]] [[**NEAR** | **FAR**]] *label***:**`type`[[**:***count*]]
29-
30-
The *label* is the name of the variable. The `type` can be any type specifier ([BYTE](../../assembler/masm/byte-masm.md), [WORD](../../assembler/masm/word.md), and so on) or an integer specifying the number of bytes. The *count* specifies the number of data objects (one is the default).
31-
32-
## See Also
33-
[Directives Reference](../../assembler/masm/directives-reference.md)
14+
---
15+
# COMM
16+
Creates a communal variable with the attributes specified in `definition`.
17+
18+
## Syntax
19+
20+
```
21+
22+
COMM definition [[, definition]] ...
23+
```
24+
25+
## Remarks
26+
Each `definition` has the following form:
27+
28+
[[*langtype*]] [[**NEAR** | **FAR**]] *label* **:** `type`[[**:** *count*]]
29+
30+
The *label* is the name of the variable. The `type` can be any type specifier ([BYTE](../../assembler/masm/byte-masm.md), [WORD](../../assembler/masm/word.md), and so on) or an integer specifying the number of bytes. The *count* specifies the number of data objects (one is the default).
31+
32+
## See Also
33+
[Directives Reference](../../assembler/masm/directives-reference.md)

0 commit comments

Comments
 (0)