Skip to content

Commit 374fc5f

Browse files
author
mikeblome
committed
fixed formatting
1 parent f4878a5 commit 374fc5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/assembler/masm/extern-masm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Defines one or more external variables, labels, or symbols called *name* whose t
1515
1616
## Remarks
1717

18-
The *language-type* argument is valid in 32-bit MASM only.
18+
The *language-type* argument is valid in 32-bit MASM only.
1919

2020
The *type* can be [ABS](../../assembler/masm/operator-abs.md), which imports *name* as a constant. Same as [EXTRN](../../assembler/masm/extrn.md).
2121

docs/assembler/masm/externdef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Defines one or more external variables, labels, or symbols called *name* whose t
1515
1616
## Remarks
1717

18-
The *language-type* argument is valid in 32-bit MASM only.
18+
The *language-type* argument is valid in 32-bit MASM only.
1919

2020
If *name* is defined in the module, it is treated as [PUBLIC](../../assembler/masm/public-masm.md). If *name* is referenced in the module, it is treated as [EXTERN](../../assembler/masm/extern-masm.md). If *name* is not referenced, it is ignored. The *type* can be [ABS](../../assembler/masm/operator-abs.md), which imports *name* as a constant. Normally used in include files.
2121

docs/assembler/masm/public-masm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Makes each variable, label, or absolute symbol specified as *name* available to
1515
1616
## Remarks
1717

18-
The *language-type* argument is valid in 32-bit MASM only.
18+
The *language-type* argument is valid in 32-bit MASM only.
1919

2020
## See also
2121

0 commit comments

Comments
 (0)