Skip to content

Commit

Permalink
docs: Correct JSDoc info
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarKlintrot committed Jul 25, 2024
1 parent 34193a6 commit 302b6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ <h1>MyThrow.xyz</h1>
}

/**
* Add "disabled"-attribute to the element for 750ms.
* Add "disabled"-attribute to the element for 1000ms.
*/
function disableBriefly(e) {
const element = e.srcElement;
Expand Down

0 comments on commit 302b6a2

Please sign in to comment.