We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31c2ae commit be813b0Copy full SHA for be813b0
concepts/decorators/about.md
@@ -147,7 +147,7 @@ Pluto is not a planet!
147
148
On the first line, we have the definition for the decorator with its `func` argument.
149
On the next line is the definition for the decorators _inner function_, which wraps the `func` argument.
150
-Since the inner function wraps the decorator's `func` argument, it is passed the same argument of `planet`.
+Since the _inner function_ wraps the decorator's `func` argument, it is passed the same argument of `planet`.
151
It doesn't have to have the same name of `planet`.
152
If `planet` was replaced with `world` throughout the decorator, the decorater would still work.
153
0 commit comments