Skip to content

Commit 70b75bb

Browse files
committed
wrap comments
1 parent bede583 commit 70b75bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/_includes/partials/description.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ package {
1111
version "1.2.3"
1212
1313
dependencies {
14-
// Nodes can have standalone values as well as key/value pairs.
14+
// Nodes can have standalone values as well as
15+
// key/value pairs.
1516
lodash "^3.2.1" optional=true alias="underscore"
1617
}
1718
@@ -29,7 +30,8 @@ package {
2930
4 5 6 \
3031
7 8 9
3132
32-
// "Slashdash" comments operate at the node level, with just `/-`.
33+
// "Slashdash" comments operate at the node level,
34+
// with just `/-`.
3335
/-this-is-commented {
3436
this "entire" "node" {
3537
"is" "gone"

0 commit comments

Comments
 (0)