From: James Alan Preiss Date: Tue, 23 Jul 2019 15:44:36 +0000 (-0400) Subject: typo fix X-Git-Url: https://git.owens.tech/assets/me.png/assets/me.png/git?a=commitdiff_plain;h=9a58f05084f87bf34dd33a0fe5d218a027fed59d;p=forks%2Fcmath3d.git typo fix --- diff --git a/README.md b/README.md index 5ad3103..2397871 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This choice has several motivations: - avoids the need to name non-meaningful intermediate results for the sake of taking their address - enables nested expressions -- reduces bugs by allowing more variables to be delcared `const` +- reduces bugs by allowing more variables to be declared `const` - gives the optimizing compiler complete knowledge about function semantics, theoretically enabling better optimizations (see [Chandler Carruth's talk](https://www.youtube.com/watch?v=eR34r7HOU14))