fixed syntax

This commit is contained in:
Phuntsok Drak-pa 2019-07-24 20:54:43 +02:00
parent 0d540bff06
commit 910dbdf4b8

View File

@ -90,8 +90,9 @@
Once youve declared the tree you want to get, modify the last line of the 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 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 name of your tree. For the first example, we would call
vowels)=, while for the second we would call =(tree-to-dot syntax-tree)=. =(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 *Only one =(tree-to-dot)= call can be done at once, else what follows might
break!* break!*