From 80699eddb0dee096034be8058842c0f338fa0acc Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Mon, 11 Aug 2008 20:43:15 +0000 Subject: [PATCH] get-defs and get-ints were swapped in documentation of get-definitions-text and get-interactions-text svn: r11189 --- collects/scribblings/tools/unit.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/tools/unit.scrbl b/collects/scribblings/tools/unit.scrbl index 0a46a9c594..c8b34a8893 100644 --- a/collects/scribblings/tools/unit.scrbl +++ b/collects/scribblings/tools/unit.scrbl @@ -593,7 +593,7 @@ object, but if you change the Calls result of @method[drscheme:unit:frame<%> get-current-tab]'s -@method[drscheme:unit:tab<%> get-ints] method. +@method[drscheme:unit:tab<%> get-defs] method. } @@ -625,7 +625,7 @@ it will use the extended class to create the canvas. Calls result of @method[drscheme:unit:frame<%> get-current-tab]'s -@method[drscheme:unit:tab<%> get-defs] method. +@method[drscheme:unit:tab<%> get-ints] method. }