typo (PR9789)

svn: r11898

original commit: ad2928e32a2e373840654a80a2905440e14b8ac7
This commit is contained in:
Eli Barzilay 2008-09-28 22:59:34 +00:00
parent 405db70229
commit eddad21ccb

View File

@ -19,8 +19,8 @@ Creates a hierarchical-list control.
Creates the control.}
@defmethod[(selected) (or/c (is-a?/c hierarchical-list-item<%>)
false/c)]{
@defmethod[(get-selected) (or/c (is-a?/c hierarchical-list-item<%>)
false/c)]{
Returns the currently selected item, if any.}