mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
Fix Grammar
This commit is contained in:
parent
3b554a7e13
commit
b2f51952f0
@ -12,7 +12,7 @@ This document describes PHP 5+.
|
||||
<?php // PHP code must be enclosed with <?php tags
|
||||
|
||||
// If your php file only contains PHP code, it is best practice
|
||||
// to omit the php closing tag which will Pprevent accidental output.
|
||||
// to omit the php closing tag to prevent accidental output.
|
||||
|
||||
// Two forward slashes start a one-line comment.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user