Fixed some 3am typos in the documentation

This commit is contained in:
Randall Luecke
2010-12-21 16:55:00 -05:00
parent 946cd381a0
commit b8f9263d18
+2 -2
View File
@@ -108,7 +108,7 @@ CPTableColumnUserResizingMask = 1 << 1;
}
/*!
Return the column's parent dataview
Return the column's parent tableview
*/
- (CPTableView)tableView
{
@@ -171,7 +171,7 @@ CPTableColumnUserResizingMask = 1 << 1;
}
/*!
Sets the mininum width of the column.
Sets the minimum width of the column.
Default value is 10.
*/
- (void)setMinWidth:(float)aMinWidth