ramda.github.io
ramda.github.io copied to clipboard
curry description overlaps with the section see also
In the documentation of curry
, the description overlaps with the "See also" section.
https://ramdajs.com/docs/#curry
I think this example should be moved inside @examples
in the JSDoc so that the <code>
tag is outside the description and can be opened in the repl, or test the code.
Thank you for the issue @gleguizamon . The docs are built from the source, would you like to submit a PR to the main repo? Maybe just delete that extra snippet as you say, and include the definition const h = R.curry((a, b, c = 2) => a + b + c);
with the last line after the current example with a comment about what it is showing?