1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 16:54:33 +02:00

Merge pull request #403 from raulbrito/patch-1

fix typo
This commit is contained in:
Nami-Doc
2013-11-09 10:33:15 -08:00

View File

@@ -11,7 +11,7 @@ This document describes PHP 5+.
```php
<?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.
// Two forward slashes start a one-line comment.