Skip to content

Commit

Permalink
Merge pull request #10375 from dotnet/main
Browse files Browse the repository at this point in the history
Merge main into live
  • Loading branch information
dotnet-policy-service[bot] committed Sep 7, 2024
2 parents f84cf77 + 35a8cb8 commit c29c1ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static void Main()

// Add the node after the node referred to by mark2.
sentence.AddAfter(mark2, current);
IndicateNode(current, "Test 13: Add node removed in test 11 after a referenced node (brown):");
IndicateNode(current, "Test 13: Add node removed in test 12 after a referenced node (brown):");

// The Remove method finds and removes the
// first node that that has the specified value.
Expand Down Expand Up @@ -231,7 +231,7 @@ private static void IndicateNode(LinkedListNode<string> node, string test)
//Test 12: Remove current node (dog) and attempt to indicate it:
//Node 'dog' is not in the list.

//Test 13: Add node removed in test 11 after a referenced node (brown):
//Test 13: Add node removed in test 12 after a referenced node (brown):
//the quick brown (dog) jumps over the lazy old fox

//Test 14: Remove node that has the value 'old':
Expand Down

0 comments on commit c29c1ca

Please sign in to comment.