Skip to content

Commit 2472dd3

Browse files
authored
Merge pull request #194 from dmit/patch-1
Fix sort order in example
2 parents e74c57d + d397a12 commit 2472dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2017-08-31-Rust-1.20.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ sort that sorts only on the first letter must produce this result:
195195
```text
196196
crate
197197
cargo
198-
rust
199198
package
199+
rust
200200
```
201201

202202
That is, because `crate` came before `cargo` in the original list, it must also be
@@ -206,8 +206,8 @@ also give this answer too:
206206
```text
207207
cargo
208208
crate
209-
rust
210209
package
210+
rust
211211
```
212212

213213
That is, the results *may* not be in the same original order.

0 commit comments

Comments
 (0)