fixed a broken reference

svn: r18254
This commit is contained in:
Robby Findler 2010-02-21 12:37:06 +00:00
parent cbb86e58c2
commit 1d378bc6d7

View File

@ -575,7 +575,7 @@ Returns the currently active tab.
}
@defmethod[(get-tab-filename [i (<=/c 0 (#,(method drscheme:unit:frame% get-tab-count)))]) string?]{
@defmethod[(get-tab-filename [i (<=/c 0 (#,(method drscheme:unit:frame<%> get-tab-count)))]) string?]{
Returns a string naming the file in the @scheme[i]th tab or, if
the file is not saved, something like ``Untitled''.
}