home: hub: zuo

Download patch

ref: 018654a4b0e17367cad6d0c66b852f16e6642853
parent: ea42b63a646f61a0ff711fbc5f7663cdd15b4d4c
author: casaca24 <87252279+casaca24@users.noreply.github.com>
date: Sun Jun 26 10:51:39 CDT 2022

doc: which -> with

--- a/zuo-doc/overview.scrbl
+++ b/zuo-doc/overview.scrbl
@@ -172,7 +172,7 @@
 @racket[cond], and @racket[let*], because working without those is
 especially tedious. Then there's an internal ``stitcher'' language
 that is the only use of the ``looper'' language; it adds its own
-@racket[lambda] (which implicit @racket[begin]) @racket[let] (with
+@racket[lambda] (with implicit @racket[begin]) @racket[let] (with
 multiple clauses), @racket[let*], @racket[letrec] (with multiple
 binding clauses), @racket[and], @racket[or], @racket[when],
 @racket[unless], and a kind of @racket[define] and @racket[include].