From 48d30d3bc2a88006922e0180450bd3fb4d3bf0a9 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Sun, 21 Mar 2010 21:37:21 +0000 Subject: [PATCH] corrected possessive with apostrophe --- haskell-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-style.md b/haskell-style.md index 750d799..ef29f28 100644 --- a/haskell-style.md +++ b/haskell-style.md @@ -172,7 +172,7 @@ Comment every exported data type. Some examples: } For functions the documentation should give enough information to -apply the function without looking at the functions definition. +apply the function without looking at the function's definition. ### End-of-Line Comments