fixed some grammatical errors (#27212)

This commit is contained in:
Atom
2018-12-30 03:20:25 +05:30
committed by Randell Dawson
parent fa7362a21b
commit a31507ecd0

View File

@ -90,7 +90,7 @@ while ($index >= 0)
```
# Do...While loop
Loop through a block of code one and continue loop if condition is true.
Loop through a block of code once and continue to loop if the condition is true.
## Syntax
```php