From 8b497623b3008ab7ec906e52c042b0b8d19bf121 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 22 Apr 2019 20:36:05 -0700 Subject: [PATCH] clarify docs --- pollen/private/ts.rktd | 2 +- pollen/scribblings/raco.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 2cddb55..982c262 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1553908501 +1555990565 diff --git a/pollen/scribblings/raco.scrbl b/pollen/scribblings/raco.scrbl index 0bdf38c..fe49adb 100644 --- a/pollen/scribblings/raco.scrbl +++ b/pollen/scribblings/raco.scrbl @@ -134,7 +134,7 @@ Certain files and directories are automatically omitted from the published direc Finds Pollen source files in the current directory, compiles them, and loads the results into the @seclink["Cache" #:doc '(lib "pollen/scribblings/pollen.scrbl")]. This will give you the snappiest performance during an interactive session with the project server. -Can also be invoked as @racket[raco pollen setup _directory], which will set up a different project @racket[_directory]. +Can also be invoked as @racket[raco pollen setup _directory], which will set up the files in @racket[_directory]. @section{@exec{raco pollen reset}}