8000 add missing parameter · ethereum-node/jsdoc.github.io@f4bbc8f · GitHub
[go: up one dir, main page]

Skip to content

Commit f4bbc8f

Browse files
committed
add missing parameter
1 parent 168d666 commit f4bbc8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/tags-typedef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ an inner member.
6969
* @param {...WishGranter~Triforce} triforce - One to three {@link WishGranter~Triforce} objects
7070
* containing all three components of the Triforce.
7171
*/
72-
function WishGranter() {}
72+
function WishGranter(triforce) {}
7373
```
7474
{% endexample %}

tags-typedef.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2 id="examples">Examples</h2>
7878
* @param {...WishGranter~Triforce} triforce - One to three {@link WishGranter~Triforce} objects
7979
* containing all three components of the Triforce.
8080
*/
81-
function WishGranter() {}
81+
function WishGranter(triforce) {}
8282
</code></pre>
8383
</figure>
8484
<h2 id="related-links">Related Links</h2>

0 commit comments

Comments
 (0)
0