From 1b83e652e34f54dba563363e103ed6be6fa505bb Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 16 Jul 2016 11:13:29 +0200 Subject: [PATCH] doc: remove extraneous word --- phantom-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantom-data.md b/phantom-data.md index fff8ca7..d565532 100644 --- a/phantom-data.md +++ b/phantom-data.md @@ -51,7 +51,7 @@ struct Vec { ``` Unlike the previous example it *appears* that everything is exactly as we -want. Every generic argument to Vec shows up in the at least one field. +want. Every generic argument to Vec shows up in at least one field. Good to go! Nope.