From e06ba39b0ccbbad605da4c43a282e24af07f9061 Mon Sep 17 00:00:00 2001 From: Neil Toronto Date: Mon, 17 Dec 2012 15:54:09 -0700 Subject: [PATCH] Added note about `plot/typed/utils' --- collects/plot/scribblings/utils.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collects/plot/scribblings/utils.scrbl b/collects/plot/scribblings/utils.scrbl index ef1839c663..98a2217a7e 100644 --- a/collects/plot/scribblings/utils.scrbl +++ b/collects/plot/scribblings/utils.scrbl @@ -6,6 +6,10 @@ @defmodule[plot/utils] +Typed Racket users should use + +@defmodule*/no-declare[(plot/typed/utils)] + @;==================================================================================================== @section{Formatting}