Skip to content

Commit 73480d6

Browse files
author
Colin Robertson
committed
Fix misplaced br tag
1 parent 9ae5fbb commit 73480d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/assembler/masm/operators-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ms.assetid: c069cab7-d6b0-4f82-a6ce-0ca3fc7e6428
122122
[`HIGH` (high 8 bits of lowest 16 bits)](operator-high.md)<br/>[`HIGH32` (high 32 bits of 64 bits)](operator-high32.md)<br/>[`HIGHWORD` (high 16 bits of lowest 32 bits)](operator-highword.md)<br/>[`LENGTH` (number of elements in array)](operator-length.md)<br/>[`LENGTHOF` (number of elements in array)](operator-lengthof.md)<br/>[`LOW` (low 8 bits)](operator-low.md)
123123
:::column-end:::
124124
:::column span="":::
125-
[`LOW32` (low 32 bits)](operator-low32.md)<br/>[`LOWWORD` (low 16 bits)](operator-lowword.md)[`OPATTR` (get argument type info)]<br/>(operator-opattr.md)<br/>[`PTR` (pointer to or as type)](operator-ptr.md)<br/>[`SHORT` (mark short label type)](operator-short.md)
125+
[`LOW32` (low 32 bits)](operator-low32.md)<br/>[`LOWWORD` (low 16 bits)](operator-lowword.md)<br/>[`OPATTR` (get argument type info)](operator-opattr.md)<br/>[`PTR` (pointer to or as type)](operator-ptr.md)<br/>[`SHORT` (mark short label type)](operator-short.md)
126126
:::column-end:::
127127
:::column span="":::
128128
[`SIZE` (size of type or variable)](operator-size.md)<br/>[`SIZEOF` (size of type or variable)](operator-sizeof.md)<br/>[`THIS` (current location)](operator-this.md)<br/>[`TYPE` (get expression type)](operator-type.md)<br/>[`.TYPE` (get argument type info)](operator-dot-type.md)

0 commit comments

Comments
 (0)