From 2265a0a0b5d874898daa5775e22a8247d8d6ca03 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 8 Nov 2012 10:48:04 -0700 Subject: [PATCH] Fixing typos in Planet 2 docs --- collects/planet2/scribblings/planet2.scrbl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/collects/planet2/scribblings/planet2.scrbl b/collects/planet2/scribblings/planet2.scrbl index a14839a29d..413506cadf 100644 --- a/collects/planet2/scribblings/planet2.scrbl +++ b/collects/planet2/scribblings/planet2.scrbl @@ -600,9 +600,12 @@ resolver that searches for providers of modules on the configured @tech{package name services}. For example, if a module requires @filepath{data/matrix.rkt}, and it is not available, then the PNS will be consulted to discover what packages provide it. @emph{Only packages -in @reponame{solar-system} or @reponame{planet} will be returned.} +in @reponame{solar-system} or @reponame{planet} will be +returned.} (This category restriction ensures that the package to +install is unique.) + Users can configure their systems to then automatically install the -package provide is has the appropriate category (i.e., some users may +package provided is has the appropriate category (i.e., some users may wish to automatically install @reponame{planet} packages but not @reponame{solar-system} packages, while others may not want to install any.)