File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
snippets/csharp/System.Collections.Generic/LinkedListT/Overview Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ public static void Main()
102
102
103
103
// Add the node after the node referred to by mark2.
104
104
sentence . AddAfter ( mark2 , current ) ;
105
- IndicateNode ( current , "Test 13: Add node removed in test 11 after a referenced node (brown):" ) ;
105
+ IndicateNode ( current , "Test 13: Add node removed in test 12 after a referenced node (brown):" ) ;
106
106
107
107
// The Remove method finds and removes the
108
108
// first node that that has the specified value.
@@ -231,7 +231,7 @@ private static void IndicateNode(LinkedListNode<string> node, string test)
231
231
//Test 12: Remove current node (dog) and attempt to indicate it:
232
232
//Node 'dog' is not in the list.
233
233
234
- //Test 13: Add node removed in test 11 after a referenced node (brown):
234
+ //Test 13: Add node removed in test 12 after a referenced node (brown):
235
235
//the quick brown (dog) jumps over the lazy old fox
236
236
237
237
//Test 14: Remove node that has the value 'old':
You can’t perform that action at this time.
0 commit comments