Skip to content

Commit f9a3215

Browse files
authored
Merge pull request #1663 from mrlacey/patch-1
fix incorrect language annotation
2 parents 098722a + 5f44765 commit f9a3215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vs-2015/extensibility/creating-an-options-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This walkthrough creates a simple Tools/Options page that uses a property grid t
110110

111111
2. Add the following using statement.
112112

113-
```vb
113+
```csharp
114114
using System.Windows.Forms;
115115
```
116116

0 commit comments

Comments
 (0)