From d20cb42550aea80c097a3ea5f18e83604af26d9d Mon Sep 17 00:00:00 2001 From: seedpower <11022830+seedpower@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:18:20 +0800 Subject: [PATCH] Update guide.md change binds to `binds` --- process/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/guide.md b/process/guide.md index e0f18b12..ee9ea2d8 100644 --- a/process/guide.md +++ b/process/guide.md @@ -750,7 +750,7 @@ diff -urp ../process/step3_env.txt ../process/step4_if_fn_do.txt * Update the constructor/initializer for environments to take two new parameters: `binds` and `exprs`. Bind (`set`) each element (symbol) - of the binds list to the respective element of the `exprs` list. + of the `binds` list to the respective element of the `exprs` list. * Add support to `printer.qx` to print function values. A string literal like "#\" is sufficient.