Skip to content

Commit 13add46

Browse files
committed
fix english
1 parent 7c9637e commit 13add46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/50-loops/10-while/en/data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Цикл While
2+
name: While loop
33
tips:
44
- |
55
[While loop](https://www.php.net/manual/en/control-structures.while.php)

modules/50-loops/description.en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22

3-
name: Cycles
3+
name: Loops
44
description:
55
Any code can be repeated dozens, thousands, or millions of times. When we combine loops with the other tools we know, like variables and conditions, it opens up many possibilities for building programs and complex systems. Here's a simple example. You need to find a specific phrase in a 500-page textbook. You remember the phrase, but not the page number. The easiest (and longest) way is to go through the pages one by one until you find the right one. Loops are needed to perform these repetitive actions.

0 commit comments

Comments
 (0)