Skip to content

Commit 2d5c624

Browse files
author
Ron Petrusha
authored
Corrected language identifier (#2032)
1 parent b894974 commit 2d5c624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/Path.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ Use this method to return a deterministic path based on a specified volume and r
11641164
The following example defines a variable, `basePath`, to represent an application's current directory. It then passes it to the `GetFullPath` method to get a fully qualified path to the application's data directory.
11651165
11661166
[!code-csharp[Path.GetFullPath(String,String)](~/samples/snippets/csharp/api/system.io/path/getfullpath/program.cs)]
1167-
[!code-csharp[Path.GetFullPath(String,String)](~/samples/snippets/visualbasic/api/system.io/path/getfullpath/program.vb)]
1167+
[!code-vb[Path.GetFullPath(String,String)](~/samples/snippets/visualbasic/api/system.io/path/getfullpath/program.vb)]
11681168
11691169
]]></format>
11701170
</remarks>

0 commit comments

Comments
 (0)