From d49022dbee3c2d0271bbc7e8352837f4c89ec82b Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 29 Jan 2008 22:01:21 +0000 Subject: [PATCH] typo svn: r8468 original commit: 7ed3d17dbac1f942d512cffd0f280c90f4b0b659 --- collects/scribblings/gui/miscwin-funcs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/miscwin-funcs.scrbl b/collects/scribblings/gui/miscwin-funcs.scrbl index 76cb2a70..c61aaeb4 100644 --- a/collects/scribblings/gui/miscwin-funcs.scrbl +++ b/collects/scribblings/gui/miscwin-funcs.scrbl @@ -134,7 +134,7 @@ Hides the cursor until the user moves the mouse or clicks the mouse Gets a resource value from the resource database. The resource value is keyed on the combination of @scheme[section] and @scheme[entry]. The - return value is @scheme[#t] is a value is found, @scheme[#f] if it is + return value is @scheme[#t] if a value is found, @scheme[#f] if it is not. The type of the value initially in the @scheme[value] box determines the way that the resource is interpreted, and @scheme[value] is filled with a new value of the same type if one is found.