Skip to content

Commit

Permalink
Merge pull request #1190 from russelldavis/flow-of-control
Browse files Browse the repository at this point in the history
Reword "Flow Control" to "Flow of Control"
  • Loading branch information
marioidival authored May 21, 2019
2 parents a2a1be1 + c622010 commit 48661b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

- [Expressions](expression.md)

- [Flow Control](flow_control.md)
- [Flow of Control](flow_control.md)
- [if/else](flow_control/if_else.md)
- [loop](flow_control/loop.md)
- [Nesting and labels](flow_control/loop/nested.md)
Expand Down
2 changes: 1 addition & 1 deletion src/flow_control.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flow Control
# Flow of Control

An essential part of any programming languages are ways to modify control flow:
`if`/`else`, `for`, and others. Let's talk about them in Rust.
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Now let's begin!

- [Expressions](expression.html)

- [Flow Control](flow_control.html) - `if`/`else`, `for`, and others.
- [Flow of Control](flow_control.html) - `if`/`else`, `for`, and others.

- [Functions](fn.html) - Learn about Methods, Closures and High Order Functions.

Expand Down

0 comments on commit 48661b7

Please sign in to comment.