From 1d378bc6d75141680dbe5a900d0cba18626a433f Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 21 Feb 2010 12:37:06 +0000 Subject: [PATCH] fixed a broken reference svn: r18254 --- collects/scribblings/tools/unit.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/tools/unit.scrbl b/collects/scribblings/tools/unit.scrbl index 8cb65a76ba..3920d9924f 100644 --- a/collects/scribblings/tools/unit.scrbl +++ b/collects/scribblings/tools/unit.scrbl @@ -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''. }