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.1 Variable argument functions](01_Variable_arguments)
* [7.2 Anonymous functions and lambda](02_Anonymous_function) * [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.4 Function decorators](04_Function_decorators)
* [7.5 Static and class methods](05_Decorated_methods) * [7.5 Static and class methods](05_Decorated_methods)

View File

@@ -106,7 +106,7 @@ Yes, as long as such works carry the same license terms and provide attribution.
### Q: Why wasn't topic X covered? ### Q: Why wasn't topic X covered?
There is only so much material that you can cover in a 3-4 days. If There is only so much material that you can cover in 3-4 days. If
it wasn't covered, it was probably because it was once covered and it it wasn't covered, it was probably because it was once covered and it
caused everyone's head to explode or there was never enough time to caused everyone's head to explode or there was never enough time to
cover it in the first place. cover it in the first place.