mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
fix typo
This commit is contained in:
parent
9f0ae279d8
commit
a72bcacba5
@ -11,7 +11,7 @@ This document describes PHP 5+.
|
|||||||
```php
|
```php
|
||||||
<?php // PHP code must be enclosed with <?php tags
|
<?php // PHP code must be enclosed with <?php tags
|
||||||
|
|
||||||
// If your php file only contains PHP code, it is best practise
|
// If your php file only contains PHP code, it is best practice
|
||||||
// to omit the php closing tag.
|
// to omit the php closing tag.
|
||||||
|
|
||||||
// Two forward slashes start a one-line comment.
|
// Two forward slashes start a one-line comment.
|
||||||
|
Loading…
Reference in New Issue
Block a user