home: hub: zuo

Download patch

ref: 205e4194e533d0e8687b81ea2d2a2b1f25c7aa35
parent: 5d74c5a0411c979380aa847c60b9c43de82161b1
author: Matthew Flatt <mflatt@racket-lang.org>
date: Thu Aug 31 03:18:32 CDT 2023

repair docs for `build/command-line*` default

--- a/zuo-doc/zuo-build.scrbl
+++ b/zuo-doc/zuo-build.scrbl
@@ -497,7 +497,7 @@
 
 
 @defproc[(build/command-line* [targets-at (procedure? hash? . -> . (listof target?))]
-                              [at-dir (path-string? ... . -> . path-string?) build-path]
+                              [at-dir (path-string? ... . -> . path-string?) (make-at-dir ".")]
                               [options hash? (hash)])
          void?]{