From ced07bad2d8b11989737ad57410dc3988240bf00 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Wed, 9 Jul 2025 17:47:21 +0200 Subject: [PATCH] . --- scribblings/roos.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/roos.scrbl b/scribblings/roos.scrbl index 9128e34..e079a4d 100644 --- a/scribblings/roos.scrbl +++ b/scribblings/roos.scrbl @@ -17,7 +17,7 @@ It supports class definitions with attributes and methods, multiple inheritance, and persistent fields through a user-extensible storage mechanism. All methods and attributes are virtual, and may be overridden in subclasses. -See also @racket[roos/class]. +See also @tech[#:doc '(lib "scribblings/roos-class.scrbl")]{roos/class}. @section{Class Definition Syntax}