Skip to content

Commit 5f3bd73

Browse files
committed
Auto merge of #46625 - emilio:moar-nits, r=kennytm
infer: Fix typo in README. Was just reading through it and found this, not a big deal but...
2 parents 830599b + 6852999 commit 5f3bd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/infer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ will make the permanent. Snapshots can be nested as long as you follow
141141
a stack-like discipline.
142142

143143
Rather than use snapshots directly, it is often helpful to use the
144-
methods like `commit_if_ok` or `probe` that encapsulte higher-level
144+
methods like `commit_if_ok` or `probe` that encapsulate higher-level
145145
patterns.
146146

147147
## Subtyping obligations

0 commit comments

Comments
 (0)