summaryrefslogtreecommitdiff
path: root/MLKCharacter.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCharacter.h')
-rw-r--r--MLKCharacter.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/MLKCharacter.h b/MLKCharacter.h
index 4d2c666..28f7cc7 100644
--- a/MLKCharacter.h
+++ b/MLKCharacter.h
@@ -101,9 +101,12 @@ A character. */
*/
+(unichar) lowercaseCharForChar:(unichar)ch;
+
+/*** Section: Comparing Characters ***/
+
/* Function: -isEqual:
- Test whether two <MLKCharacter>s represent the same character.
+ Test whether two <MLKCharacters> represent the same character.
*/
-(BOOL) isEqual:(id)thing;
@end