Removed unnecessary repeated word (#19995)

This commit is contained in:
Hajrudin
2018-10-26 18:56:38 +02:00
committed by Huyen Nguyen
parent 61008d2d24
commit 3cea4a5b3a

View File

@ -65,7 +65,7 @@ echo $x;
In PHP, all keywords (e.g. if, else, while, echo, etc.), classes, functions, and user-defined functions are NOT case-sensitive.
In the example below, all three echo statements below are legal (and equal):
In the example below, all three echo statements are legal (and equal):
````
<!DOCTYPE html>