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.
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
@examplesin the JSDoc so that the<code>tag is outside the description and can be opened in the repl, or test the code.