diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index a5021f2..c4a1484 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.