Skip to content

Commit

Permalink
Correct @since tag for check and uncheck commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 authored and dikwickley committed Aug 6, 2024
1 parent e0d3ef9 commit 0150339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/api/web-element/commands/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* },
* }
*
* @since 3.6.4
* @since 3.7.0
* @method check
* @memberof ScopedWebElement
* @instance
Expand Down
2 changes: 1 addition & 1 deletion lib/api/web-element/commands/uncheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* },
* }
*
* @since 3.6.4
* @since 3.7.0
* @method uncheck
* @memberof ScopedWebElement
* @instance
Expand Down

0 comments on commit 0150339

Please sign in to comment.