From eb282371953cc9a5b53cd53848961c69d4905bfe Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 29 Aug 2014 15:35:51 -0400 Subject: [PATCH] desugar -> destructure wrong de- word. --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 8a634a083e8..52992952825 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -4063,7 +4063,7 @@ match x { } ``` -If you have a struct, you can desugar it inside of a pattern: +If you have a struct, you can destructure it inside of a pattern: ```{rust} struct Point {