From 9a58f05084f87bf34dd33a0fe5d218a027fed59d Mon Sep 17 00:00:00 2001 From: James Alan Preiss Date: Tue, 23 Jul 2019 11:44:36 -0400 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.20.1