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 467d18c commit 19c4cc6Copy full SHA for 19c4cc6
concepts/decorators/about.md
@@ -117,7 +117,7 @@ A decorator may use an inner function to wrap its function argument.
117
The decorator then returns its inner function.
118
The inner function may then return the original function argument.
119
120
-### How to write a validating Decorator using an inner function
+### A Validating Decorator Using an Inner Function
121
122
Following is an example of a decorator being used for validation:
123
0 commit comments