File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ var setOptionData = function (option, data) {
57
57
* @tag documentation
58
58
* @parent bit-docs-js/tags
59
59
*
60
- * Describes a property or argument of the object or function specified in
61
- * an [bit-docs-js/tags/param] tag.
60
+ * Describes a property of the object, or an argument of the function, that was
61
+ * specified in an [bit-docs-js/tags/param] tag.
62
62
*
63
63
* @signature `@option {TYPE} NAME [DESCRIPTION]`
64
64
*
@@ -96,8 +96,7 @@ var setOptionData = function (option, data) {
96
96
* @codeend
97
97
*
98
98
*
99
- * @param {bit-docs/nameExpression } NAME
100
- * A [bit-docs/nameExpression name expression]. Examples:
99
+ * @param {bit-docs/nameExpression } NAME A [bit-docs/nameExpression name expression]. Examples:
101
100
*
102
101
* `age` - age is item.
103
102
* `[age]` - age is item, age is optional.
You can’t perform that action at this time.
0 commit comments