Skip to content

Commit 22fd68d

Browse files
authored
Merge pull request #3186 from mr-eyes/patch-1
Minor typo
2 parents dc38008 + 5cb612e commit 22fd68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1884-unstable-sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ first click on column Y and then click on column X. This is a use case where sta
4545
is important.
4646

4747
**Q: Can stable sort be performed using unstable sort?**<br>
48-
A: Yes. If we transform `[T]` into `[(T, usize)]` by pairing every element with it's
48+
A: Yes. If we transform `[T]` into `[(T, usize)]` by pairing every element with its
4949
index, then perform unstable sort, and finally remove indices, the result will be
5050
equivalent to stable sort.
5151

0 commit comments

Comments
 (0)