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

Documentation #7

Closed
ztyree42 opened this issue Jul 22, 2021 · 1 comment
Closed

Documentation #7

ztyree42 opened this issue Jul 22, 2021 · 1 comment

Comments

@ztyree42
Copy link

Your doc site at https://www.7urtle.com/javascript-functional-programming-basics

has a snippet on partial application of curried functions:

Screenshot from 2021-07-21 20-11-39

on line 6 const add5PointFree = add(a); should be const add5PointFree = add(5);

I can do the PR if you like but I don't know where your repo for the docs are.

@MeetMartin
Copy link
Owner

Thank you for reporting. I fixed the issue on lines 5 and 6.
The website itself is managed in a private repo. Code documentation on https://www.7urtle.com/documentation-7urtle-lambda is built through a script from the actual in-code documentation of each function
The learn pages, where this issue was, are part of the website and therefore private.
Let me know if you find any more issues :)

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