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 ddedc83 commit d5b56e9Copy full SHA for d5b56e9
plugins/esdoc/curry.js
@@ -59,7 +59,7 @@ class EsdocCurry {
59
60
if (node._curryN) {
61
doc.export = true;
62
- doc.description = `*Autocarry for ${node._curryN} arguments*<br><br>${doc.description}`;
+ doc.description = `*Autocurry for ${node._curryN} arguments*<br><br>${doc.description}`;
63
}
64
65
0 commit comments