Skip to content

Commit 73350e7

Browse files
authored
Update flow_control.md (#1591)
Fixed a typo and changed `essential` to `integral`.
1 parent 15d4d7c commit 73350e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flow_control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Flow of Control
22

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

0 commit comments

Comments
 (0)