diff options
| author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-29 16:28:18 +0200 |
|---|---|---|
| committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-29 16:28:18 +0200 |
| commit | ea78de039ba122180ac0fe7ffbdca4073342ad0c (patch) | |
| tree | fb7786d423065f7b278627b16b34126e3a04b4f7 | |
| parent | a25471b0c682c4e0f04bef536da5c8f248d25c4f (diff) | |
MLKCons: Fix a typo in the documentation.
| -rw-r--r-- | MLKCons.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ */ -(void) setCar:(id)value; -/* Method: setCdr: +/* Method: -setCdr: Change the cdr of the cons cell. */ |
