We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c53f6e commit e61bf2eCopy full SHA for e61bf2e
src/strings/common_escape_sequences.md
@@ -25,7 +25,7 @@ you need to escape the first backslash.[^forwardslash]
25
26
```java
27
~void main() {
28
-// The first backslash needs to be escaped. ¯\_(ツ)_/¯
+// The backslash needs to be escaped. ¯\_(ツ)_/¯
29
String shruggie = "¯\\_(ツ)_/¯";
30
~}
31
```
0 commit comments