Skip to content

Commit 24e756b

Browse files
committed
fix image markdown
1 parent d0596a2 commit 24e756b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/x64-software-conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ _declspec(align(2)) struct {
117117
}
118118
```
119119
120-
:::image type="content" source="../build/media/vcamd_conv_ex_1_block.png" alt-text="Diagram showing the structure layout for example 1. The diagram shows 2 bytes of memory. Member a, a short, occupies bytes 0 through 1.":::image-end:::
120+
:::image type="content" source="../build/media/vcamd_conv_ex_1_block.png" alt-text="Diagram showing the structure layout for example 1. The diagram shows 2 bytes of memory. Member a, a short, occupies bytes 0 through 1.":::
121121
122122
#### Example 2
123123
@@ -218,7 +218,7 @@ On function exit and on function entry to C Runtime Library calls and Windows sy
218218

219219
## Stack usage
220220

221-
For details on stack allocation, alignment, function types and stack frames on x64, see [x64 stack usage](stack-usage.md).
221+
For details on stack allocation, alignment, function types, and stack frames on x64, see [x64 stack usage](stack-usage.md).
222222

223223
## Prolog and epilog
224224

0 commit comments

Comments
 (0)