We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6fdc68 + 3a7e2ec commit ca1f38eCopy full SHA for ca1f38e
modules/10-basics/30-comments/en/README.md
@@ -5,7 +5,7 @@ Comments in PHP come in two flavors:
5
6
## Single line comments
7
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.
+_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.
9
10
A comment can take up a whole line. Or you can create several comments if one line isn't enough:
11
0 commit comments