Skip to content

Commit

Permalink
Merge pull request #2796 from Harmelodic/patch-1
Browse files Browse the repository at this point in the history
Update ch03-03-how-functions-work.md: Pervasive -> Prevalent.
  • Loading branch information
carols10cents authored Jul 22, 2021
2 parents 82d3b82 + aaf8edc commit b996f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch03-03-how-functions-work.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Functions

Functions are pervasive in Rust code. You’ve already seen one of the most
Functions are prevalent in Rust code. You’ve already seen one of the most
important functions in the language: the `main` function, which is the entry
point of many programs. You’ve also seen the `fn` keyword, which allows you to
declare new functions.
Expand Down

0 comments on commit b996f1b

Please sign in to comment.