tobymao / snabberb

A simple component view framework for Ruby Opal based on Snabbdom
MIT License
44 stars 2 forks source link

Typo in sample code #6

Closed philcampeau closed 4 years ago

philcampeau commented 4 years ago

In your example of nested children, your last close parenthesis is an open parenthesis instead.

This appears in the code below this text:

"#h can also be nested with a child or multiple children.#

tobymao commented 4 years ago

thanks