Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curry description overlaps with the section see also #282

Open
gleguizamon opened this issue Aug 14, 2023 · 1 comment
Open

curry description overlaps with the section see also #282

gleguizamon opened this issue Aug 14, 2023 · 1 comment

Comments

@gleguizamon
Copy link

gleguizamon commented Aug 14, 2023

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.

@gleguizamon gleguizamon changed the title Fix curry description overlaps with see also section curry description overlaps with the section see also Aug 14, 2023
@kedashoe
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants