Skip to content

Commit e5bb90b

Browse files
authored
Update snippets/csharp/System.Collections.Generic/DictionaryTKey,TValue/System.Collections.IDictionary.Remove/source.cs
1 parent b355b13 commit e5bb90b

File tree

1 file changed

+1
-1
lines changed
  • snippets/csharp/System.Collections.Generic/DictionaryTKey,TValue/System.Collections.IDictionary.Remove

1 file changed

+1
-1
lines changed

snippets/csharp/System.Collections.Generic/DictionaryTKey,TValue/System.Collections.IDictionary.Remove/source.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static void Main()
2222

2323
// Use the Remove method to remove a key/value pair. No
2424
// exception is thrown if the wrong data type is supplied.
25-
Console.WriteLine($"""{\n}Remove("dib")""");
25+
Console.WriteLine($"""{"\n"}Remove("dib")""");
2626
openWith.Remove("dib");
2727

2828
if (!openWith.Contains("dib"))

0 commit comments

Comments
 (0)