From 33a0e076184bc83b186eab5f352232ced0524dc3 Mon Sep 17 00:00:00 2001 From: Max Coplan Date: Thu, 10 Feb 2022 14:12:37 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20grammar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit At least in the US, `foos have, but bars haven't are` doesn't sound quite right. I normally hear it as `foos have, but bars don't are` or `foos have, but bars don't have are`. --- src/const_eval.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const_eval.md b/src/const_eval.md index 93d2fe8b6..3ebe4fff7 100644 --- a/src/const_eval.md +++ b/src/const_eval.md @@ -84,7 +84,7 @@ slightly) different results. It is advisable to not make array lengths and enum discriminants depend on floating point computations. -Notable features that const contexts have, but const fn haven't are: +Notable features that const contexts have, but const fn don't have are: * floating point operations * floating point values are treated just like generic parameters without trait bounds beyond