Skip to content

Commit

Permalink
Fix heading level
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Heffer-Shef committed May 29, 2024
1 parent 3d709ad commit d2aea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/readable.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ age <- 21L

Using type hints will make sure your code much easier to read and provide helpful documentation for others, and yourself in the future.

## Function argument type hints
### Function argument type hints

They can also be used to label the input and output types of functions. They are not strictly enforced, but act as a guide to the reader.

Expand Down

0 comments on commit d2aea30

Please sign in to comment.