We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d4d7c commit 73350e7Copy full SHA for 73350e7
src/flow_control.md
@@ -1,4 +1,4 @@
1
# Flow of Control
2
3
-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:
4
`if`/`else`, `for`, and others. Let's talk about them in Rust.
0 commit comments