From ed00c8d70cea7806ac7d0345f75b960ea6fed751 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 3 Dec 2012 13:13:28 -0700 Subject: [PATCH] Fixing a typo in the P2 package name docs --- collects/planet2/scribblings/planet2.scrbl | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/planet2/scribblings/planet2.scrbl b/collects/planet2/scribblings/planet2.scrbl index 5158ff7efa..f3c1dd3e35 100644 --- a/collects/planet2/scribblings/planet2.scrbl +++ b/collects/planet2/scribblings/planet2.scrbl @@ -9,6 +9,7 @@ @(define package-name-chars @list{@litchar{a} through @litchar{z}, @litchar{A} through @litchar{Z}, + @litchar{0} through @litchar{9}, @litchar{_}, and @litchar{-}}) @(define (inset . c)