Skip to content

Commit 36377cc

Browse files
committed
consistent placement of comments
1 parent c8e3c51 commit 36377cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/faq/faq-felizandfable.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ Html.h1 [ // not fine - can't mix and match attributes and elements
5555
Html.p [ prop.text "Hello" ]
5656
]
5757
58-
Html.h1 [
59-
// fine, adding props, and adding children using prop.children
58+
Html.h1 [ // fine, adding props, and adding children using prop.children
6059
prop.style [ style.color "Tomato" ]
6160
prop.children [ Html.p [ prop.text "Hello" ] ]
6261
]

0 commit comments

Comments
 (0)