From 7c66dced643904f212085f1aba97a7418060edac Mon Sep 17 00:00:00 2001 From: Daniele Cesarini Date: Thu, 12 Jul 2012 08:37:09 +0200 Subject: [PATCH] Fixed typo --- _posts/03-02-01-Programming-Paradigms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/03-02-01-Programming-Paradigms.md b/_posts/03-02-01-Programming-Paradigms.md index c1098b7..6ac2583 100644 --- a/_posts/03-02-01-Programming-Paradigms.md +++ b/_posts/03-02-01-Programming-Paradigms.md @@ -15,7 +15,7 @@ PHP 5.4 (2012). ### Functional Programming -PHP has had annonymous functions since PHP 5.3: +PHP has had anonymous functions since PHP 5.3: {% highlight php %}