Merge pull request #32 from ssbr/patch-1

s/build-in/built-in/
This commit is contained in:
Gabriel Dos Reis 2015-09-19 14:29:12 -07:00
commit 7e0ecf9f76

View File

@ -498,7 +498,7 @@ A programmer should be familiar with
* `f(T*,int)` interfaces vs. `f(array_view<T>)` 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.