py5coding / py5generator

Meta-programming project that creates the py5 library code.
https://py5coding.org/
GNU General Public License v3.0
52 stars 13 forks source link

Bugfix/no ref/correct constrain documentation #416

Closed JulienBacquart closed 8 months ago

JulienBacquart commented 8 months ago

I corrected the mix between 'maximum' and 'minimum' in the explanation of the function signature.

I also made another commit to make the description of what the function does clearer, I find the sentence "to not exceed ... a minimum value" a bit weird.

See: https://github.com/py5coding/py5book/pull/108

hx2A commented 8 months ago

@JulienBacquart , thank you for the PR and for your attention to detail.