Skip to content

Commit

Permalink
Update flow_control.md (#1591)
Browse files Browse the repository at this point in the history
Fixed a typo and changed `essential` to `integral`.
  • Loading branch information
jonasclaes authored Aug 10, 2022
1 parent 15d4d7c commit 73350e7
Showing 1 changed file with 1 addition and 1 deletion.
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 of Control

An essential part of any programming languages are ways to modify control flow:
An integral part of any programming language are ways to modify control flow:
`if`/`else`, `for`, and others. Let's talk about them in Rust.

0 comments on commit 73350e7

Please sign in to comment.