diff --git a/docs/visual-basic/programming-guide/language-features/early-late-binding/walkthrough-creating-and-using-dynamic-objects.md b/docs/visual-basic/programming-guide/language-features/early-late-binding/walkthrough-creating-and-using-dynamic-objects.md index cb454a632bd16..459454ff32fe7 100644 --- a/docs/visual-basic/programming-guide/language-features/early-late-binding/walkthrough-creating-and-using-dynamic-objects.md +++ b/docs/visual-basic/programming-guide/language-features/early-late-binding/walkthrough-creating-and-using-dynamic-objects.md @@ -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 Ctrl+F5 to build and run the application. +3. Save the file and press Ctrl+F5 to build and run the application. ## Call a dynamic language library @@ -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 Ctrl+F5 to build and run the application. +1. Save the file and press Ctrl+F5 to build and run the application. ## See also