minor change in comment
This commit is contained in:
parent
e151572459
commit
1caff62db0
|
@ -59,7 +59,7 @@
|
||||||
,surflet-form-rule))
|
,surflet-form-rule))
|
||||||
|
|
||||||
;; Low-Level-SXML is a list that can be understood by
|
;; Low-Level-SXML is a list that can be understood by
|
||||||
;; write-low-level-sxml. In contains only characters, strings, and
|
;; display-low-level-sxml. In contains only characters, strings, and
|
||||||
;; thunks.
|
;; thunks.
|
||||||
(define (surflet-sxml->low-level-sxml sxml-tree)
|
(define (surflet-sxml->low-level-sxml sxml-tree)
|
||||||
(pre-post-order sxml-tree surflet-sxml-rules))
|
(pre-post-order sxml-tree surflet-sxml-rules))
|
||||||
|
|
Loading…
Reference in New Issue