Skip to content

Commit

Permalink
refactor(examples): fix typo
Browse files Browse the repository at this point in the history
contructor -> constructor
  • Loading branch information
eltociear authored Oct 14, 2021
1 parent 2e6b3d7 commit 639f30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rdom-svg-nodes/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $compile(
// list wrapper element & its attribs
"g",
{ stroke: "#00f" },
// list item contructor (here an SVG line)
// list item constructor (here an SVG line)
([a, b]) => line(a, b),
// value based equivalence predicate
// applied to raw values from stream (here point pairs)
Expand Down

0 comments on commit 639f30e

Please sign in to comment.