Fixing a typo in the P2 package name docs
This commit is contained in:
parent
6c2fa8ca71
commit
ed00c8d70c
|
@ -9,6 +9,7 @@
|
||||||
@(define package-name-chars
|
@(define package-name-chars
|
||||||
@list{@litchar{a} through @litchar{z},
|
@list{@litchar{a} through @litchar{z},
|
||||||
@litchar{A} through @litchar{Z},
|
@litchar{A} through @litchar{Z},
|
||||||
|
@litchar{0} through @litchar{9},
|
||||||
@litchar{_}, and @litchar{-}})
|
@litchar{_}, and @litchar{-}})
|
||||||
|
|
||||||
@(define (inset . c)
|
@(define (inset . c)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user