Skip to content

Commit 80d3cbc

Browse files
committed
Correct typo
1 parent 47ab5f7 commit 80d3cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/moves/move-guard-same-consts.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// arms whose patterns were composed solely of constants to not have
33
// them linked in the cfg.
44
//
5-
// THis was broken for various reasons. In particular, that hack was
5+
// This was broken for various reasons. In particular, that hack was
66
// originally authored under the assunption that other checks
77
// elsewhere would ensure that the two patterns did not overlap. But
88
// that assumption did not hold, at least not in the long run (namely,

0 commit comments

Comments
 (0)