Skip to content

Commit be813b0

Browse files
bobahopBethanyG
andauthored
Update concepts/decorators/about.md
Co-authored-by: BethanyG <[email protected]>
1 parent d31c2ae commit be813b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/decorators/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Pluto is not a planet!
147147

148148
On the first line, we have the definition for the decorator with its `func` argument.
149149
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`.
150+
Since the _inner function_ wraps the decorator's `func` argument, it is passed the same argument of `planet`.
151151
It doesn't have to have the same name of `planet`.
152152
If `planet` was replaced with `world` throughout the decorator, the decorater would still work.
153153

0 commit comments

Comments
 (0)