Fixing a typo in the P2 package name docs

This commit is contained in:
Jay McCarthy 2012-12-03 13:13:28 -07:00
parent 6c2fa8ca71
commit ed00c8d70c

View File

@ -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)