Commit e63457a
authored
Fix comment on Ord for SourceId (#15103)
### What does this PR try to resolve?
In PR #14980, the Ord impl for SourceId was changed, but the comment
wasn’t updated. So it is now incorrect.
This PR updates the comment to match the implementation.
### How should we test and review this PR?
Read the Ord for SourceId code and make sure the updated comment
describes what it does.
### Additional information
None1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
584 | | - | |
585 | | - | |
| 584 | + | |
| 585 | + | |
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| |||
0 commit comments