Skip to content

Commit

Permalink
Merge pull request #364 from Trisodium-ru/patch-2
Browse files Browse the repository at this point in the history
fix: update text README.md (en)
  • Loading branch information
fey authored Sep 30, 2024
2 parents b6fdc68 + 3a7e2ec commit ca1f38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/10-basics/30-comments/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Comments in PHP come in two flavors:

## Single line comments

_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.

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

Expand Down

0 comments on commit ca1f38e

Please sign in to comment.