@@ -10,8 +10,7 @@ private[yang_bo] trait ReactToBindingHtmlImplicits2Or3 {
10
10
11
11
/** Provides the [[com.thoughtworks.binding.bindable.Bindable Bindable ]] and
12
12
* [[com.thoughtworks.binding.bindable.BindableSeq BindableSeq ]] instances
13
- * that allow for inserting React virtual DOM into an
14
- * `@html` literal.
13
+ * that allow for inserting React virtual DOM into an `@html` literal.
15
14
* @example
16
15
* The following code creates a React virtual DOM tree of a spinner. With
17
16
* the help of [[BindingReactToReact.Implicits ]], the virtual DOM uses
@@ -39,9 +38,8 @@ private[yang_bo] trait ReactToBindingHtmlImplicits2Or3 {
39
38
* )
40
39
* }
41
40
* }}}
42
- * The virtual DOM can be inserted into a
43
- * `@html` literal with the help
44
- * of [[ReactToBindingHtml.Implicits ]]:
41
+ * The virtual DOM can be inserted into a `@html` literal with the help of
42
+ * [[ReactToBindingHtml.Implicits ]]:
45
43
* {{{
46
44
* import com.yang_bo.ReactToBindingHtml.Implicits._
47
45
* import org.lrng.binding.html
@@ -51,8 +49,8 @@ private[yang_bo] trait ReactToBindingHtmlImplicits2Or3 {
51
49
* {spinner(currentNumber)}
52
50
* </fieldset>
53
51
* }}}
54
- * Then, the `@html` literal can
55
- * be [[org.lrng.binding.html.render render ]]ed into the html document,
52
+ * Then, the `@html` literal can be
53
+ * [[org.lrng.binding.html.render render ]]ed into the html document,
56
54
* {{{
57
55
* import slinky.web.ReactDOM
58
56
* import slinky.testrenderer.TestRenderer
0 commit comments