Skip to content

Commit 0f80a54

Browse files
authored
Merge pull request #3111 from MarcoMue/patch-1
Wrong bracket in the Example
2 parents 3aee1c1 + 535ecff commit 0f80a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/using-the-debuggerdisplay-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class MyHashtable
141141
hashtable = new Hashtable();
142142
}
143143

144-
private string DebuggerDisplay { get { return "Count = " + hashtable.Count); } }
144+
private string DebuggerDisplay { get { return "Count = " + hashtable.Count; } }
145145

146146
private class HashtableDebugView
147147
{

0 commit comments

Comments
 (0)