diff --git a/AppKit/CPTableColumn.j b/AppKit/CPTableColumn.j index 08de6d80c..5d8ff1498 100644 --- a/AppKit/CPTableColumn.j +++ b/AppKit/CPTableColumn.j @@ -601,7 +601,7 @@ CPTableColumnUserResizingMask = 1 << 1; } /*! - Binds the receiver to an object. + Binds the receiver to an object. Note that other than in Cocoa, this will only work when the receiver has been added to a \c CPTableView. @param CPString aBinding - The binding you wish to make. Typically CPValueBinding. @param id anObject - The object to bind the receiver to.