Skip to content

Commit 19c4cc6

Browse files
bobahopBethanyG
authored andcommitted
Update concepts/decorators/about.md
Co-authored-by: BethanyG <[email protected]>
1 parent 467d18c commit 19c4cc6

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
@@ -117,7 +117,7 @@ A decorator may use an inner function to wrap its function argument.
117117
The decorator then returns its inner function.
118118
The inner function may then return the original function argument.
119119

120-
### How to write a validating Decorator using an inner function
120+
### A Validating Decorator Using an Inner Function
121121

122122
Following is an example of a decorator being used for validation:
123123

0 commit comments

Comments
 (0)