8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168d666 commit f4bbc8fCopy full SHA for f4bbc8f
content/en/tags-typedef.md
@@ -69,6 +69,6 @@ an inner member.
69
* @param {...WishGranter~Triforce} triforce - One to three {@link WishGranter~Triforce} objects
70
* containing all three components of the Triforce.
71
*/
72
-function WishGranter() {}
+function WishGranter(triforce) {}
73
```
74
{% endexample %}
tags-typedef.html
@@ -78,7 +78,7 @@ <h2 id="examples">Examples</h2>
78
79
80
81
82
</code></pre>
83
</figure>
84
<h2 id="related-links">Related Links</h2>
0 commit comments