From 7a4d7ced5c0331a261540ece54813fa76eb126bf Mon Sep 17 00:00:00 2001 From: Mike Gran Date: Wed, 10 Feb 2021 09:28:37 -0800 Subject: [PATCH] Update CHEATSHEET.md --- CHEATSHEET.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHEATSHEET.md b/CHEATSHEET.md index 8a0599c..f9119cb 100644 --- a/CHEATSHEET.md +++ b/CHEATSHEET.md @@ -27,7 +27,7 @@ are syntax that add quotation marks around `key`, so you call them without the q ($ key [transformer]) Look up `key` in the `%makevars` hash table and return the result. - If transformer is provided, apply it to each + If a string-to-string transformer procedure is provided, apply it to each space-separated token in the result. ($$ key) Returns a procedure that looks up `key` in the `%makevars` hash table.