File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- [ Expressions] ( expression.md )
42
42
43
- - [ Flow Control] ( flow_control.md )
43
+ - [ Flow of Control] ( flow_control.md )
44
44
- [ if/else] ( flow_control/if_else.md )
45
45
- [ loop] ( flow_control/loop.md )
46
46
- [ Nesting and labels] ( flow_control/loop/nested.md )
Original file line number Diff line number Diff line change 1
- # Flow Control
1
+ # Flow of Control
2
2
3
3
An essential part of any programming languages are ways to modify control flow:
4
4
` if ` /` else ` , ` for ` , and others. Let's talk about them in Rust.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Now let's begin!
25
25
26
26
- [ Expressions] ( expression.html )
27
27
28
- - [ Flow Control] ( flow_control.html ) - ` if ` /` else ` , ` for ` , and others.
28
+ - [ Flow of Control] ( flow_control.html ) - ` if ` /` else ` , ` for ` , and others.
29
29
30
30
- [ Functions] ( fn.html ) - Learn about Methods, Closures and High Order Functions.
31
31
You can’t perform that action at this time.
0 commit comments