summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-29 16:28:18 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-29 16:28:18 +0200
commitea78de039ba122180ac0fe7ffbdca4073342ad0c (patch)
treefb7786d423065f7b278627b16b34126e3a04b4f7 /MLKCons.h
parenta25471b0c682c4e0f04bef536da5c8f248d25c4f (diff)
MLKCons: Fix a typo in the documentation.
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKCons.h b/MLKCons.h
index 79712cb..4b46272 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -81,7 +81,7 @@
*/
-(void) setCar:(id)value;
-/* Method: setCdr:
+/* Method: -setCdr:
Change the cdr of the cons cell.
*/