Skip to content

Commit ac9b14b

Browse files
author
Henrique Azevedo
committed
Fix: removed forward slash at the end of path
1 parent da8431f commit ac9b14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/csharp/System.IO/Path/Combine/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private static void Combine4()
7676
// C:\Pictures\Saved Pictures\2019\Jan\
7777
//
7878
// The example displays the following output if run on a Unix-based system:
79-
// C:\Pictures\/Saved Pictures\/2019\/Jan\/
79+
// C:\Pictures\/Saved Pictures\/2019\/Jan\
8080
// </Snippet4>
8181
}
8282
}

0 commit comments

Comments
 (0)