Skip to content

Commit 1e14e9d

Browse files
authored
Fix misspelling end tag (#46940)
1 parent 8adada3 commit 1e14e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/csharp/advanced-topics/interop/walkthrough-creating-and-using-dynamic-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In **Solution Explorer**, double-click the *Program.cs* file. Add the following
9494

9595
:::code language="csharp" source="./snippets/dynamic-walkthrough/program.cs" id="Snippet8":::
9696

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

9999
## Call a dynamic language library
100100

@@ -114,7 +114,7 @@ After the code to load the random.py module, add the following code to create an
114114

115115
:::code language="csharp" source="./snippets/dynamic-iron-python-walkthrough/program.cs" id="Snippet3":::
116116

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

119119
## See also
120120

0 commit comments

Comments
 (0)