Skip to content

Commit

Permalink
Update intro-to-generics.md (quii#431)
Browse files Browse the repository at this point in the history
Correct a typo:
A function that takes generic aguments
To:
A function that takes generic arguments
  • Loading branch information
gicao authored Mar 6, 2021
1 parent c9c228c commit 7b6495a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro-to-generics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ However, there are ways to experiment with the upcoming implementation using the

This chapter will give you an introduction to generics, dispel reservations you may have about them and, give you an idea how to simplify some of your code in the future. After reading this you'll know how to write:

- A function that takes generic aguments
- A function that takes generic arguments
- A generic data-structure

## Setting up the playground
Expand Down

0 comments on commit 7b6495a

Please sign in to comment.