From 011944fa786e5ca520ae3be4f33bd5946dbb2210 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Sat, 9 Aug 2025 17:52:04 +0200 Subject: [PATCH] Fixed documentation --- scribblings/ellipsis-msg.scrbl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scribblings/ellipsis-msg.scrbl b/scribblings/ellipsis-msg.scrbl index b89cdc9..ff93206 100644 --- a/scribblings/ellipsis-msg.scrbl +++ b/scribblings/ellipsis-msg.scrbl @@ -46,6 +46,8 @@ See also @racket[message%]. Sets the message label. If resize = #t, the label will be resized (if auto-resize = #t) } +} + @section{Example code} @#reader scribble/comment-reader @@ -62,6 +64,3 @@ See also @racket[message%]. (send win show #t) ] - -} -