From f36712b7c3c3a9975ba8c22888a3138e367fa460 Mon Sep 17 00:00:00 2001 From: Chris Morin Date: Wed, 16 Jan 2019 13:04:30 -0800 Subject: [PATCH] CODING_STYLE: fix grammar mistake --- docs/CODING_STYLE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index 4a1cc59ce61..7bad3f5d2ec 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -130,8 +130,8 @@ title: Coding Style } ``` -- Unless you allocate an array, `double` is always the better choice - than `float`. Processors speak `double` natively anyway, so this is +- Unless you allocate an array, `double` is always a better choice + than `float`. Processors speak `double` natively anyway, so there is no speed benefit, and on calls like `printf()` `float`s get promoted to `double`s anyway, so there is no point. -- 2.47.3