Skip to content

Commit

Permalink
fix forgotten stars (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
burenkov-anton authored and mokevnin committed Dec 29, 2019
1 parent 949ecf1 commit a3d6216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/25-strings/15-escape-characters/description.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ theory: |
print_r("Gregor Clegane\nDunsen\nPolliver\nChiswyck");
```
**Attention! Escape sequences like '\n' only work when enclosed in double quotes.
**Attention! Escape sequences like '\n' only work when enclosed in double quotes.**
We'll have the following output:
Expand Down

0 comments on commit a3d6216

Please sign in to comment.