From 21862ca291830b4355f6afd5304502de56e833da Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Thu, 5 Jan 2017 19:31:03 -0500 Subject: [PATCH] and -> an --- gui-doc/mrlib/scribblings/switchable-button.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-doc/mrlib/scribblings/switchable-button.scrbl b/gui-doc/mrlib/scribblings/switchable-button.scrbl index 093ec599..4cdc815a 100644 --- a/gui-doc/mrlib/scribblings/switchable-button.scrbl +++ b/gui-doc/mrlib/scribblings/switchable-button.scrbl @@ -8,7 +8,7 @@ @defclass[switchable-button% canvas% ()]{ A @racket[switchable-button%] control displays - and icon and a string label. It toggles between + an icon and a string label. It toggles between display of just the icon and a display with the label and the icon side-by-side.