Fixed documentation

This commit is contained in:
2025-08-09 17:52:04 +02:00
parent d333882db8
commit 011944fa78
+2 -3
View File
@@ -46,6 +46,8 @@ See also @racket[message%].
Sets the message label. If resize = #t, the label will be resized (if auto-resize = #t) Sets the message label. If resize = #t, the label will be resized (if auto-resize = #t)
} }
}
@section{Example code} @section{Example code}
@#reader scribble/comment-reader @#reader scribble/comment-reader
@@ -62,6 +64,3 @@ See also @racket[message%].
(send win show #t) (send win show #t)
] ]
}