Skip to content

Commit

Permalink
adjust return type
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Apr 19, 2023
1 parent f99676a commit 000fef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ To know more about these features, check the demo!

<a name="CreateCallback"></a>

### CreateCallback ⇒ <code>void</code> \| <code>Boolean</code>
### CreateCallback ⇒ <code>void</code>

| Param | Type |
| ------ | ------------------------------ |
Expand Down
2 changes: 1 addition & 1 deletion tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
* @callback CreateCallback
* @param {HTMLOptionElement} option
* @param {Tags} inst
* @returns {void|Boolean}
* @returns {void}
*/

/**
Expand Down

0 comments on commit 000fef5

Please sign in to comment.