Skip to content

Commit e61bf2e

Browse files
committed
1 parent 6c53f6e commit e61bf2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/strings/common_escape_sequences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ you need to escape the first backslash.[^forwardslash]
2525

2626
```java
2727
~void main() {
28-
// The first backslash needs to be escaped. ¯\_(ツ)_/¯
28+
// The backslash needs to be escaped. ¯\_(ツ)_/¯
2929
String shruggie = "¯\\_(ツ)_/¯";
3030
~}
3131
```

0 commit comments

Comments
 (0)