Skip to content

Commit f5c4c2f

Browse files
author
Amirouche
committed
cosmit
1 parent 72870c7 commit f5c4c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

srfi/180/body.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@
337337

338338
(define (json-fold array-start array-end object-start object-end fhere seed events)
339339

340-
;; json-fold is inspired from the above foldts definition, it is
341-
;; built in continuation-passing-style.
340+
;; json-fold is inspired from the above foldts definition, unlike
341+
;; the above definition, it is continuation-passing-style.
342342

343343
(define (ruse seed k)
344344
(lambda ()

0 commit comments

Comments
 (0)