typo (PR9789)

svn: r11898
This commit is contained in:
Eli Barzilay 2008-09-28 22:59:34 +00:00
parent d892cb243e
commit ad2928e32a

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.}