From 118f60c5fb8747096249fae8bb864c0427503da7 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Tue, 24 Aug 2010 17:59:10 -0400 Subject: [PATCH] family_tree typo Signed-off-by: Jim Pryor --- family_tree_of_functional_programming_languages.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/family_tree_of_functional_programming_languages.mdwn b/family_tree_of_functional_programming_languages.mdwn index 124ebb50..7e018aa5 100644 --- a/family_tree_of_functional_programming_languages.mdwn +++ b/family_tree_of_functional_programming_languages.mdwn @@ -52,7 +52,7 @@ eliminated. They can't sneak up to bite you unawares while the program is running. Formerly, static typing required the programmer to add lots of annotations in -her source code explicitly specifying what they type of each function argument +her source code explicitly specifying what the type of each function argument is, what the type of the function's return value was, and so on. This is tedious, and partly for this reason dynamically typed languages have become popular and are thought of as easier to work with. However, nowadays statically -- 2.11.0