Commit 3f84498
authored
Add missing THEN keyword to if-statement. (dotnet#4876)
The example for `GetDirectoryName()` had a method with an if-statement that was missing the `Then` keyword making it invalid syntax (the Visual Studio editor usually fixes this automatically but for some reason it was missed here).1 parent 79c573c commit 3f84498
File tree
1 file changed
+2
-2
lines changed- samples/snippets/visualbasic/VS_Snippets_CLR_System/system.IO.Path Members/VB
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
0 commit comments