mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fixed some grammatical errors (#27212)
This commit is contained in:
parent
fa7362a21b
commit
a31507ecd0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user