Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc9f806

Browse files
committed
Fix broken link
1 parent b25b28a commit fc9f806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Notes/07_Advanced_Topics/00_Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ to seek more advanced material to fill out details.
1212

1313
* [7.1 Variable argument functions](01_Variable_arguments)
1414
* [7.2 Anonymous functions and lambda](02_Anonymous_function)
15-
* [7.3 Returning function and closures](03_Retuning_functions)
15+
* [7.3 Returning function and closures](03_Returning_functions)
1616
* [7.4 Function decorators](04_Function_decorators)
1717
* [7.5 Static and class methods](05_Decorated_methods)
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Yes, as long as such works carry the same license terms and provide attribution.
106106

107107
### Q: Why wasn't topic X covered?
108108

109-
There is only so much material that you can cover in a 3-4 days. If
109+
There is only so much material that you can cover in 3-4 days. If
110110
it wasn't covered, it was probably because it was once covered and it
111111
caused everyone's head to explode or there was never enough time to
112112
cover it in the first place.

0 commit comments

Comments
 (0)