You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default values for paragraph is incorrect here:
# Optional arguments: sentence_count=3, supplemental=false, random_sentences_to_add=3
# The 'random_sentences_to_add' argument increases the paragraph's sentence count by a random value within (0..random_sentences_to_add).
# To specify an exact sentence count for a paragraph, set sentence_count to the number you want and random_sentences_to_add equal to 0.
# By default, sentences will have a random number of words within the range (3..6).
Faker::Lorem.paragraph [...truncated...]
The default values for
paragraph
is incorrect here:It should be:
Also, the default values for
question
andquestions
is different so they should be separated. Currently:It should be:
The example output should also be changed to reflect the correct defaults.
I'm currently working on the PR for this.
The text was updated successfully, but these errors were encountered: