We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5b823 commit 3443505Copy full SHA for 3443505
src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/RBTree.cs
@@ -183,7 +183,7 @@ void QuickSort3(RBFinger<T> low, RBFinger<T> high)
183
// into three pieces:
184
// "red" (item < pivot), "green" (item == pivot), "blue" (item > pivot)
185
// This is the famous "Dutch National Flag" problem, named by Dijkstra
186
- // in honor of his country's flag, which has three vertical stripes
+ // in honor of his country/region's flag, which has three vertical stripes
187
// of different colors (I don't remember the Dutch colors, so I'm using
188
// red, greeen, and blue, like the bits in a pixel color.)
189
//
0 commit comments