Skip to content

Commit 1037f80

Browse files
committed
Update Strings.tsx
1 parent f27f41e commit 1037f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hexalang.github.io/src/book/pages/Strings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ console.log(\`hello\\tworld\`) // -> prints 'hello\\tworld'`} />
102102
<Code code={`let welcome = 'world'
103103
console.log(\`hello \\(welcome)!\`) // -> prints 'hello \\(welcome)!'`} />
104104

105-
<p>They also keep line endings information as is:</p>
105+
<p>They also keep line endings information as is{false && 'TODO'}:</p>
106106

107107
<Code code={`let s = \`
108108
\` // Contains \\n or \\r\\n depending on your code editor settings`} />

0 commit comments

Comments
 (0)