diff --git a/pretext/Functions/FunctionOverloading.ptx b/pretext/Functions/FunctionOverloading.ptx index 4d4d835..5ef1825 100644 --- a/pretext/Functions/FunctionOverloading.ptx +++ b/pretext/Functions/FunctionOverloading.ptx @@ -74,7 +74,7 @@ main() -

Helps keep consintency in the way your functions are named across your program.

+

Helps keep consistency in the way your functions are named across your program.

Take a look at the other answers as well...