Fix incorrect usage of phrase "package system"
This commit is contained in:
parent
a791c435c1
commit
b8fb00bb5f
|
@ -470,9 +470,9 @@
|
||||||
#:body-class "main-page"
|
#:body-class "main-page"
|
||||||
`(div ((class "jumbotron"))
|
`(div ((class "jumbotron"))
|
||||||
(h1 "Racket Packages")
|
(h1 "Racket Packages")
|
||||||
(p "These are the packages in the "
|
(p "These are the packages in the official "
|
||||||
(a ((href "http://docs.racket-lang.org/pkg/getting-started.html"))
|
(a ((href "http://docs.racket-lang.org/pkg/getting-started.html"))
|
||||||
"Racket package system") ".")
|
"package catalog") ".")
|
||||||
(p (a ((href "http://docs.racket-lang.org/pkg/cmdline.html"))
|
(p (a ((href "http://docs.racket-lang.org/pkg/cmdline.html"))
|
||||||
(kbd "raco pkg install " (var "package-name")))
|
(kbd "raco pkg install " (var "package-name")))
|
||||||
" installs a package.")
|
" installs a package.")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user