Skip to content

Commit 5cb612e

Browse files
authored
Minor typo
1 parent dc38008 commit 5cb612e

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)