Skip to content

Commit 89bd821

Browse files
committed
Fix space issue in example
1 parent 913a8bb commit 89bd821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h1><span class="secnum">1.2</span>Short Example</h1>
122122
<span class="hljs-comment">// comments</span>
123123
unquoted: <span class="hljs-string">'and you can quote me on that'</span>,
124124
<span class="hljs-attr">singleQuotes</span>: <span class="hljs-string">'I can use "double quotes" here'</span>,
125-
<span class="hljs-attr">lineBreaks</span>: <span class="hljs-string">"Look, Mom!\
125+
<span class="hljs-attr">lineBreaks</span>: <span class="hljs-string">"Look, Mom! \
126126
No \\n's!"</span>,
127127
<span class="hljs-attr">hexadecimal</span>: <span class="hljs-number">0xdecaf</span>,
128128
<span class="hljs-attr">leadingDecimalPoint</span>: <span class="hljs-number">.8675309</span>, <span class="hljs-attr">andTrailing</span>: <span class="hljs-number">8675309.</span>,

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h1>Short Example</h1>
126126
// comments
127127
unquoted: 'and you can quote me on that',
128128
singleQuotes: 'I can use "double quotes" here',
129-
lineBreaks: "Look, Mom!\
129+
lineBreaks: "Look, Mom! \
130130
No \\n's!",
131131
hexadecimal: 0xdecaf,
132132
leadingDecimalPoint: .8675309, andTrailing: 8675309.,

0 commit comments

Comments
 (0)