Skip to content

Commit e994ef9

Browse files
bobahopkotp
authored andcommitted
Update concepts/decorators/about.md
Co-authored-by: Victor Goff <[email protected]>
1 parent 4aedc07 commit e994ef9

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
@@ -178,7 +178,7 @@ Following is an example of a decorator for a function that takes an arbitrary nu
178178
```
179179

180180
This works for doubling the return value from the function argument.
181-
If we want to triple, quadruple, etc. the return value, we can add a parameter to the decorator itself.
181+
If we want to triple, quadruple, etc. the return value, we can add a parameter to the decorator itself., as we show in the next section.
182182

183183
### Decorators Which Have Their own Parameters
184184

0 commit comments

Comments
 (0)