From f16bdcb2972f2a584ec2a54a769eb04c31fc7667 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 10 May 2013 17:13:43 -0400 Subject: [PATCH] Remove pointless subheading --- marketplace/scribblings/concepts.scrbl | 2 -- 1 file changed, 2 deletions(-) diff --git a/marketplace/scribblings/concepts.scrbl b/marketplace/scribblings/concepts.scrbl index c0d650e..a1448dc 100644 --- a/marketplace/scribblings/concepts.scrbl +++ b/marketplace/scribblings/concepts.scrbl @@ -140,8 +140,6 @@ value for which @racket[equal?] is defined, any @racket[#:prefab] structure, most @racket[#:transparent] structures, or any non-object structure for which @racket[prop:struct-map] can be defined. -@subsection{Topics} - As mentioned above, topics are simply patterns over messages. They are represented as normal data structures @emph{with embedded wildcards}. Use @racket[?] or @racket[(wild)] to construct a wildcard. For