Skip to content

Commit ca1f38e

Browse files
authored
Merge pull request #364 from Trisodium-ru/patch-2
fix: update text README.md (en)
2 parents b6fdc68 + 3a7e2ec commit ca1f38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/10-basics/30-comments/en/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Comments in PHP come in two flavors:
55

66
## Single line comments
77

8-
_Single line comments start with `//`. Any text can go after these characters, the whole line will be left alone when the program is run.
8+
_Single line comments_ start with `//` or `#`. Any text can go after these characters, the whole line will be left alone when the program is run.
99

1010
A comment can take up a whole line. Or you can create several comments if one line isn't enough:
1111

0 commit comments

Comments
 (0)