Skip to content

Commit a511f32

Browse files
TylerMSFTJill Grant
andauthored
Update docs/ide/visualize-macro-expansion.md
Co-authored-by: Jill Grant <[email protected]>
1 parent 5a27a48 commit a511f32

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
@@ -71,7 +71,7 @@ You can expand a macro one step at a time. This is useful when there are nested
7171
1. Choose **Visualize Expansion**.
7272
1. The macro expansion window appears. The first expansion of the `WORK` macro is visible: `(FORCE() * DISTANCE())`:
7373
74-
:::image type="complex" source="media/vs2022-work-macro.expansion.png" alt-text="The macro expansion window, which allows you to step through the WORK macro expansion one step at a time.":::
74+
:::image type="complex" source="media/vs2022-work-macro.expansion.png" alt-text="Screenshot of the macro expansion window, which allows you to step through the WORK macro expansion one step at a time.":::
7575
The macro visualization window is open on FORCE to show that it initially expands to (FORCE()*DISTANCE()). There are single angle brackets in the window for moving forwards and backwards a single expansion at a time. The double angle brackets fully expand or fully undo the macro expansion.
7676
:::image-end:::
7777

0 commit comments

Comments
 (0)