Skip to content

Commit 9c7c5fd

Browse files
committed
Update tag/option.js documentation
1 parent a389ce0 commit 9c7c5fd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tags/option.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ var setOptionData = function (option, data) {
5757
* @tag documentation
5858
* @parent bit-docs-js/tags
5959
*
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.
6262
*
6363
* @signature `@option {TYPE} NAME [DESCRIPTION]`
6464
*
@@ -96,8 +96,7 @@ var setOptionData = function (option, data) {
9696
* @codeend
9797
*
9898
*
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:
101100
*
102101
* `age` - age is item.
103102
* `[age]` - age is item, age is optional.

0 commit comments

Comments
 (0)