From c9862f17c9f1c8c6862c152c0e4a4da39373c069 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 4 Jun 2015 08:51:35 -0500 Subject: [PATCH] fix typos --- gui-doc/scribblings/framework/panel.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-doc/scribblings/framework/panel.scrbl b/gui-doc/scribblings/framework/panel.scrbl index 708b46ae..81fbdab8 100644 --- a/gui-doc/scribblings/framework/panel.scrbl +++ b/gui-doc/scribblings/framework/panel.scrbl @@ -4,7 +4,7 @@ @title{Panel} @definterface[panel:single<%> (area-container<%>)]{ - See @racket[panel:single-mixin%]. + See @racket[panel:single-mixin]. @defmethod*[(((active-child (child (is-a?/c area<%>))) void?) ((active-child) (is-a?/c area<%>)))]{ Sets the active child to be @racket[child] @@ -17,8 +17,8 @@ This mixin adds single panel functionality to an implementation of the @racket[area-container<%>] interface. - Single panels place all of the children in the center of the panel, and allow - make one child to be visible at a time. The + Single panels place all of the children in the center of the panel, but allow + only one child to be visible at a time. The @method[panel:single<%> active-child] method controls which panel is currently active.