From d47efaf77aa28ab1bd2a2b6f3af20b6ca3cdf8b8 Mon Sep 17 00:00:00 2001 From: coco3427 Date: Mon, 12 May 2025 11:29:52 -0400 Subject: [PATCH] fixed issue #194 --- pretext/Functions/FunctionOverloading.ptx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...