Skip to content

Commit 6852999

Browse files
committed
infer: Fix typo in README.
Was just reading through it and found this, not a big deal but...
1 parent 02b4d3d commit 6852999

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)