From 8ae90a065d7abf65e06afbb932901c54fea0cb28 Mon Sep 17 00:00:00 2001 From: gcamp Date: Fri, 22 Apr 2011 12:31:30 -0400 Subject: [PATCH] Fix error in readme --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 91cf3ac..6f6db34 100644 --- a/README.textile +++ b/README.textile @@ -2,6 +2,6 @@ h1. GCPlaceholderTextView @GCPlaceholderTextView@ is a subclass of @UITextView@ that add a placeholder property. -You use it like a normal @UITextView@ and can set the placeholder at any moment. The placeholder property has the same effect as the @UITextField@'s placeholder. +You use it like a normal @UITextView@ and can set the placeholder at any moment. The placeholder property has the same effect as the @UITextField@ 's placeholder. A demo project is included. \ No newline at end of file