Skip to content

Commit ea0af6b

Browse files
author
Jill Grant
authored
Apply suggestions from code review
Alt text fixes
1 parent a511f32 commit ea0af6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/visualize-macro-expansion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can inspect a macro's expanded value, even when several preprocessor steps a
4747
1. Place the cursor on the `POWER` a macro in the sample.
4848
1. As you hover over the macro, options appear to **Copy**, **Expand Inline**, **Visualize Expansion**, and **Search Online**:
4949
50-
:::image type="complex" source="media/vs2022-hover-macro.png" alt-text="The macro window, showing the POWER macro expansion.":::
50+
:::image type="complex" source="media/vs2022-hover-macro.png" alt-text="Screenshot of the macro window, showing the POWER macro expansion.":::
5151
The macro window is open on POWER to show that it expands to (((10.0 * 20.0) * (5.0 * 2.0)) / 2.0). Options to copy, expand inline, visual expansion, and search online appear at the bottom of the window.
5252
:::image-end:::
5353

0 commit comments

Comments
 (0)