From 1d4fcccfdefcdff08e0bb7f871a1e68e845ffb84 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 23 Dec 2020 16:30:02 -0800 Subject: [PATCH] doc typo --- describe/scribblings/describe.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/describe/scribblings/describe.scrbl b/describe/scribblings/describe.scrbl index 7b24d1f..1d53dc1 100644 --- a/describe/scribblings/describe.scrbl +++ b/describe/scribblings/describe.scrbl @@ -14,7 +14,7 @@ This library provides functions to describe Racket objects. Currently, the following types of objects are described: -@margin-note{This is not the official version of Describe. It is the 1.5 version from PLaneT, retooled to use Racket's current package system, but with bigfloats disabled (because of incompatibility with v.5.3) and extflonums disabled (because of incompatibility with Racket CS). Under Racket CS, I've also found that complex numbers with inexact coefficients for the imaginary part also seem to crash. So maybe stay away from those. The canonical version of Describe is on the @link["http://planet.racket-lang.org/display.ss?package=describe.plt&owner=williams" "PLaneT server"]. — MB} +@margin-note{This is not the official version of Describe. It is the 1.5 version from PLaneT, retooled to use Racket's current package system, but with bigfloats disabled (because of incompatibility with v.5.3) and extflonums disabled (because of incompatibility with Racket CS). Under Racket CS, I've found that complex numbers with inexact coefficients for the imaginary part also seem to crash. Maybe stay away from those. The canonical version of Describe is on the @link["http://planet.racket-lang.org/display.ss?package=describe.plt&owner=williams" "PLaneT server"]. — MB} @itemize{ @item{Booleans}