Skip to content

Commit 909b87e

Browse files
committed
Fix markdown linting errors
1 parent 1b9ca23 commit 909b87e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

concepts/strings/about.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ To put a newline character in a string, use the `\n` escape code (`\r\n` on Wind
3030

3131
For code that should work on varying operating systems Java offers [`System.lineSeparator()`][system-line-separator], which returns the system-dependent line separator string.
3232

33-
To comfortable work with texts that contain a lot of newlines you can use [Text Blocks](text-blocks).
33+
To comfortable work with texts that contain a lot of newlines you can use [Text Blocks][text-blocks].
3434
These multi-line strings are delimited by triple double quote (`"`) characters.
3535

36-
3736
```java
3837
String multilineHtml = """
3938
<html>

0 commit comments

Comments
 (0)