You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
gleguizamon
changed the title
Fix curry description overlaps with see also section
curry description overlaps with the section see also
Aug 14, 2023
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?
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.The text was updated successfully, but these errors were encountered: