Various typos
For example:
- the help for
*has "Multiplicate" instead of "Multiply" - at least two functions have "Function return" instead of "This function returns" or something etc. I'm thinking of making a pull request with all of these fixed, but I don't know where they all are.
Edit: they're in lips.js.
Yes, there are a lot of errors. I'm not a native English speaker and make a lot of mistakes. There is an issue to run Grammarly over every docstrigs #195. Some of them are in src/lips.js and some of them in lib/*.scm files.
Also, I recently removed the UMD code from src/lips.js so the indentation of the whole code changed and all docstrings have the wrong indent, which also needs to be fixed. I've fixed it in the es-modules branch but the way LIPS is constructed doesn't allow to split the file into modules.
Ok. I've made a pull request here to fix them. However, it's a draft pull request because I haven't made all of the fixes yet.
Marking this as duplicate because there is a new issue that also explains how to contribute for newcomers.