Skip to content

Commit 519a988

Browse files
committed
tweaked to styling
1 parent 03d422b commit 519a988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mergesort/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This method is quite straightforward:
123123

124124
Most implementations of Mergesort produce a *stable* sort.
125125

126-
*"A sort is stable when elements that have identical sort keys remain in the same relative order after sorting. This is not important for simple values such as numbers or strings, but it is important when sorting more complex objects. In the example above, if two objects have the same `priority`, regardless of the values of their other properties, those two objects don't get swapped around."* Matthijs Hollemans
126+
*"A sort is stable when elements that have identical sort keys remain in the same relative order after sorting. This is not important for simple values such as numbers or strings, but it is important when sorting more complex objects. In the example above, if two objects have the same `priority`, regardless of the values of their other properties, those two objects don't get swapped around." - *Matthijs Hollemans*
127127

128128
### Performance
129129

0 commit comments

Comments
 (0)