Fix formatting of documentation

This commit is contained in:
Lucien Cartier-Tilet 2020-10-01 09:57:41 +02:00
parent f1a938cfc9
commit ea8d089e80
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun conlanging//declare-node (t-node-text t-node-generation)
"Declares a node in the graphviz source code. The nodes identifier will be
~node-generation~, and it will bear the label ~node-text~."
`node-generation', and it will bear the label `node-text'."
(format "%d[label=\"%s\"];" t-node-generation
t-node-text))