From e78f42c06b6e26161d6ff050a69698bce73af3a7 Mon Sep 17 00:00:00 2001 From: Devin Jeanpierre Date: Sat, 19 Sep 2015 09:58:38 -0700 Subject: [PATCH] s/build-in/built-in/ --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 4c5d4bd..c8ab2a8 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -498,7 +498,7 @@ A programmer should be familiar with * `f(T*,int)` interfaces vs. `f(array_view)` interfaces * loop variable in a too large scope * naked `new` and `delete` -* functions with many arguments of build-in types +* functions with many arguments of built-in types There is a huge scope for cleverness and semi-automated program transformation.