Skip to content

Commit

Permalink
Update walkthrough-creating-and-using-dynamic-objects.md (Fix typo in…
Browse files Browse the repository at this point in the history
… keyboard shortcut formatting) (#42603)

Corrected the keyboard shortcut formatting from <kbd>Ctrl</kdb>+<kbd>F5</kbd> to <kbd>Ctrl</kbd>+<kbd>F5</kbd> to fix a typo in the HTML rendering of the shortcuts.
  • Loading branch information
xlxdxy authored Sep 12, 2024
1 parent 212b814 commit 430860e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The first walkthrough defines a custom dynamic object that searches the contents

[!code-vb[VbDynamicWalkthrough#8](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/vbdynamicwalkthrough/vb/Program.vb#8)]

3. Save the file and press <kbd>Ctrl</kdb>+<kbd>F5</kbd> to build and run the application.
3. Save the file and press <kbd>Ctrl</kbd>+<kbd>F5</kbd> to build and run the application.

## Call a dynamic language library

Expand Down Expand Up @@ -153,7 +153,7 @@ The following walkthrough creates a project that accesses a library that is writ

[!code-vb[VbDynamicWalkthroughIronPython#3](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/vbdynamicwalkthroughironpython/vb/Program.vb#3)]

1. Save the file and press <kbd>Ctrl</kdb>+<kbd>F5</kbd> to build and run the application.
1. Save the file and press <kbd>Ctrl</kbd>+<kbd>F5</kbd> to build and run the application.

## See also

Expand Down

0 comments on commit 430860e

Please sign in to comment.