From 7e379bf475d16e1a1e05f4fe4b8d2febd405893c Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 21 Apr 2015 18:44:24 +0200 Subject: [PATCH] Improve wording --- VL2/content/VL2_polymorphism2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VL2/content/VL2_polymorphism2.tex b/VL2/content/VL2_polymorphism2.tex index d849230..41f3c95 100644 --- a/VL2/content/VL2_polymorphism2.tex +++ b/VL2/content/VL2_polymorphism2.tex @@ -9,7 +9,7 @@ We can even have more generic stuff like: \begin{haskellcode} f :: a -> b \end{haskellcode} -Whatever the function does... it has something of one type and returns something of another type (it could be the same type, but doesn't need to). That's all we know. +Whatever the function does... it gets something of one type and returns something of another type (it could be the same type, but doesn't need to). That's all we know. \vspace{\baselineskip} \\ \pause