Skip to content

Commit

Permalink
update Chapter 7
Browse files Browse the repository at this point in the history
  • Loading branch information
skylee03 committed May 27, 2024
1 parent acd6fcc commit c6bd634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/00-course-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The course is suitable for a wide audience, from programming beginners to experi
| 4 | [Tuples, Structs & Enums](./tuples-structs-enums) | Pending | Pending | |
| 5 | Trees | Pending | Pending | |
| 6 | Generics & Higher-Order Functions | Pending | Pending | |
| 7 | Imperative Programming | Pending | Pending | |
| 7 | [Imperative Programming](./imperative-programming) | Pending | Pending | |
| 8 | Queues | Pending | Pending | |
| 9 | Traits | Pending | Pending | |
| 10 | Hash Tables & Closures | Pending | Pending | |
Expand Down
2 changes: 1 addition & 1 deletion docs/07-imperative-programming.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Modern Programming Ideology: Imperative Programming
# 7. Imperative Programming

## Revisiting Functional Programming

Expand Down

0 comments on commit c6bd634

Please sign in to comment.