Fix broken link

This commit is contained in:
David Beazley
2020-05-29 07:35:47 -05:00
parent b25b28aa94
commit fc9f806d2c
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ to seek more advanced material to fill out details.
* [7.1 Variable argument functions](01_Variable_arguments)
* [7.2 Anonymous functions and lambda](02_Anonymous_function)
* [7.3 Returning function and closures](03_Retuning_functions)
* [7.3 Returning function and closures](03_Returning_functions)
* [7.4 Function decorators](04_Function_decorators)
* [7.5 Static and class methods](05_Decorated_methods)