Skip to content

Commit

Permalink
Merge pull request #487 from chrisemerson/patch-1
Browse files Browse the repository at this point in the history
Remove reference to hash-style commits
  • Loading branch information
KimberleyCook authored Nov 19, 2024
2 parents 58ae054 + 14148fa commit ba35b23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions php/lesson2/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ For this tutorial, we will be using the interactive mode of the PHP command-line
Let's try doing nothing. You can add comments in three ways:
```php
// Comment style 1 - anything after the double slash to the end of the line is ignored
# Comment style 2 - anything after the hash sign to the end of the line is ignored
/* Comment style 3 - anything to the next star and slash are ignored, can be in the middle of a
/* Comment style 2 - anything to the next star and slash are ignored, can be in the middle of a
line, or be several lines long */
```
Try these out and see absolutely nothing happen! We'll be using these on the end of our example lines to explain them and what you might see as output. You *don't* have to type out comments.
Expand Down

0 comments on commit ba35b23

Please sign in to comment.