guide.md: Properly escape a '<'.
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 10 Apr 2019 22:20:28 +0000 (23:20 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 10 Apr 2019 22:20:28 +0000 (23:20 +0100)
process/guide.md

index 70b5686..bc743dd 100644 (file)
@@ -731,7 +731,7 @@ diff -urp ../process/step3_env.txt ../process/step4_if_fn_do.txt
   of the binds list to the respective element of the `exprs` list.
 
 * Add support to `printer.qx` to print functions values. A string
-  literal like "#<function>" is sufficient.
+  literal like "#\<function>" is sufficient.
 
 * Add the following special forms to `EVAL`: