Removed unnecessary repeated word (#19995)

pull/29688/head
Hajrudin 2018-10-26 18:56:38 +02:00 committed by Huyen Nguyen
parent 61008d2d24
commit 3cea4a5b3a
1 changed files with 1 additions and 1 deletions

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>