Skip to content

Commit 6e25e1f

Browse files
authored
Update README-FlowControl-Loops.md
1 parent 75203e6 commit 6e25e1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/README-FlowControl-Loops.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![LOGO](https://raw.githubusercontent.com/andreasdr/minitscript/master/resources/github/minitscript-logo.png)
22

3-
# 1. Flow Control - Loops
3+
# 1. Flow control - forTime, forCondition, for, forEach
44

55
## 1.1. forTime
66

@@ -113,7 +113,7 @@ If you want to manipulate the value, you can also use references here.
113113

114114
# 2. Links
115115

116-
## 2.1. Language Documentation
116+
## 2.1. Language documentation
117117
- [Syntax](./README-Syntax.md)
118118
- [Data types, variables and constants](./README-DataTypes.md)
119119
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
@@ -128,7 +128,7 @@ If you want to manipulate the value, you can also use references here.
128128
- [Operators](./README-Operators.md)
129129
- [Constants](./README-Constants.md)
130130

131-
## 2.2. Other Links
131+
## 2.2. Other links
132132

133133
- MinitScript, see [README.md](../README.md)
134134
- MinitScript - How to build, see [README-BuildingHowTo.md](../README-BuildingHowTo.md)

0 commit comments

Comments
 (0)