From 68529991885e105a0c60e47482b5f5038a323fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 10 Dec 2017 17:32:00 +0100 Subject: [PATCH] infer: Fix typo in README. Was just reading through it and found this, not a big deal but... --- src/librustc/infer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/infer/README.md b/src/librustc/infer/README.md index e7daff3e2c3..7f58d039060 100644 --- a/src/librustc/infer/README.md +++ b/src/librustc/infer/README.md @@ -141,7 +141,7 @@ will make the permanent. Snapshots can be nested as long as you follow a stack-like discipline. Rather than use snapshots directly, it is often helpful to use the -methods like `commit_if_ok` or `probe` that encapsulte higher-level +methods like `commit_if_ok` or `probe` that encapsulate higher-level patterns. ## Subtyping obligations