Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upanother small documentation fix #37
Conversation
jvoigtlaender
changed the title from
anothe small documentation fix
to
another small documentation fix
Dec 9, 2014
pushed a commit
that referenced
this pull request
Dec 9, 2014
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
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
jvoigtlaender commentedDec 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".