fixed syntax

This commit is contained in:
Phuntsok Drak-pa 2019-07-24 20:54:43 +02:00
parent 0d540bff06
commit 910dbdf4b8
1 changed files with 3 additions and 2 deletions

View File

@ -90,8 +90,9 @@
Once youve declared the tree you want to get, modify the last line of the
source code =(tree-to-dot ...)= by replacing the default argument with the
name of your tree. For the first example, we would call =(tree-to-dot
vowels)=, while for the second we would call =(tree-to-dot syntax-tree)=.
name of your tree. For the first example, we would call
=(tree-to-dot vowels)=, while for the second we would call
=(tree-to-dot syntax-tree)=.
*Only one =(tree-to-dot)= call can be done at once, else what follows might
break!*