Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mmorearty/771763 to your computer and use it in GitHub Desktop.
Save mmorearty/771763 to your computer and use it in GitHub Desktop.
Fix comment on TTPhoto.size property
From 07c36b4b85f0ca93cfda9a480fd76b204f472296 Mon Sep 17 00:00:00 2001
From: Mike Morearty <mike@morearty.com>
Date: Mon, 10 Jan 2011 22:32:56 -0800
Subject: [PATCH] Fix comment on TTPhoto.size property
---
src/Three20UI/Headers/TTPhoto.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Three20UI/Headers/TTPhoto.h b/src/Three20UI/Headers/TTPhoto.h
index 08ae04d..fbbe418 100644
--- a/src/Three20UI/Headers/TTPhoto.h
+++ b/src/Three20UI/Headers/TTPhoto.h
@@ -30,7 +30,7 @@
@property (nonatomic, assign) id<TTPhotoSource> photoSource;
/**
- * The index of the photo within its photo source.
+ * The size of the photo.
*/
@property (nonatomic) CGSize size;
--
1.7.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment