home: hub: zuo

Download patch

ref: 4e325e6f4763c65d0227cbadd842ca0b8a83b4fd
parent: 68946bdaf7d04d3d052afff296848984c430e9f8
author: casaca24 <87252279+casaca24@users.noreply.github.com>
date: Fri Jul 22 07:30:52 CDT 2022

zuo-doc: typos

--- a/zuo-doc/lang-zuo.scrbl
+++ b/zuo-doc/lang-zuo.scrbl
@@ -612,11 +612,11 @@
 
 @defproc[(find-relative-path [base path-string?] [path path-string?]) path-string?]{
 
-Attempts to finds a path relative to @racket[base] that accesses the
+Attempts to find a path relative to @racket[base] that accesses the
 same file or directory as @racket[path]. Both @racket[base] and
 @racket[path] must be normalized in the sense of
 @racket[simple-form-path], otherwise @filepath{.} and @filepath{..}
-elements are treated normal path elements. Assuming that @racket[base]
+elements are treated as normal path elements. Assuming that @racket[base]
 and @racket[path] are normalized, the result is always normalized.
 
 The result path depends on whether @racket[base] and @racket[path] are
@@ -1276,7 +1276,7 @@
 
 @itemlist[
 
-@item{@racket['args]: comment-line arguments provided when the
+@item{@racket['args]: command-line arguments provided when the
       process was started, not counting Zuo configuration arguments or
       the name of a script to run}