Skip to content

Commit 83e495b

Browse files
committed
Amend
1 parent 510544e commit 83e495b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HSX
22

3-
HSX (Hypertext S-expression) is a simple and powerful HTML5 generation library for Common Lisp, forked from [flute](https://github.com/ailisp/flute/), originally created by Bo Yao.
3+
HSX (Hypertext S-expression) is a simple yet powerful HTML5 generation library for Common Lisp, forked from [flute](https://github.com/ailisp/flute/), originally created by Bo Yao.
44

55
## Introduction
66

src/element.lisp

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
:type type
5353
:props props
5454
:children (flatten children)))
55+
5556
(defun flatten (x)
5657
(labels ((rec (x acc)
5758
(cond ((null x) acc)

0 commit comments

Comments
 (0)