Skip to content

Commit 0537355

Browse files
authored
[fix] copy
1 parent a93d7e4 commit 0537355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.litcoffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ h('div', {class: 's'}, child1, [ child2, child3 ], child4)`)
4040
To achieve no runtime overhead we will avoid creating a new object
4141
for Virtual Node and new Array for children. We will just mark array
4242
of passed arguments as a `VNODE` and return it as is.
43-
This is compensated by a more advenced child walker used in
44-
[@playframe/dom](https://github.com/playframe/dom)
43+
This is compensated by an advanced child walker used in
44+
[@playframe/shadom](https://github.com/playframe/shadom)
4545

4646
module.exports = h = (a...)=>
4747
if typeof (name = a[0]) is 'function'

0 commit comments

Comments
 (0)