Skip to content

Commit

Permalink
Update guide.md
Browse files Browse the repository at this point in the history
change binds to `binds`
  • Loading branch information
seedpower authored and kanaka committed Aug 6, 2024
1 parent 69db481 commit 6ab763d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,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 "#\<function>" is sufficient.
Expand Down

0 comments on commit 6ab763d

Please sign in to comment.