Skip to content

Commit

Permalink
Language.
Browse files Browse the repository at this point in the history
  • Loading branch information
eloj committed Jan 15, 2024
1 parent 174f47f commit 7267fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ the next same-keyed entry is written just after.

Because we are processing the input entries in order, from the lowest to the highest index, and preserving
this order when we write them out, this sort is in essence _stable_. That said, it's a bit of a pointless distinction
since without any other data associated with the keys, there's nothing that distinguishes same keys from one other.
since without any other data associated with the keys, there's nothing that distinguishes same keys from one another.

With a few basic modifications, we arrive at:

Expand Down

0 comments on commit 7267fdf

Please sign in to comment.