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

another small documentation fix #37

Merged
merged 1 commit into from Dec 9, 2014

Conversation

Projects
None yet
2 participants
@jvoigtlaender
Contributor

jvoigtlaender commented Dec 9, 2014

The "using a generator function" part does not make sense to the user after it is not anymore exposed that a Generator is a function of type so-and-so. One could say something like "Create a list of random values using a provided generator for list elements." But the documentation for pair also just says "Create a pair of random values.", not "... using two provided generators for the components".

anothe small documentation fix
The "using a generator function" part does not make sense to the user after it is not anymore exposed that a Generator is a function of type so-and-so. One could say something like "Create a list of random values using a provided generator for list elements." But the documentation for pair also just says "Create a pair of random values.", not "... using two provided generators for the components".

@jvoigtlaender jvoigtlaender changed the title from anothe small documentation fix to another small documentation fix Dec 9, 2014

evancz pushed a commit that referenced this pull request Dec 9, 2014

Merge pull request #37 from jvoigtlaender/patch-2
another small documentation fix

@evancz evancz merged commit e01664b into elm:master Dec 9, 2014

1 check failed

continuous-integration/travis-ci The Travis CI build could not complete due to an error
Details

@jvoigtlaender jvoigtlaender deleted the jvoigtlaender:patch-2 branch Jan 7, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment