Skip to content

Commit

Permalink
Merge pull request fzaninotto#1339 from gulaandrij/patch-1
Browse files Browse the repository at this point in the history
Update Text.php
  • Loading branch information
fzaninotto authored Oct 28, 2017
2 parents 2cba1de + edc3f0b commit 012cf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ protected static function validStart($word)

protected static function appendEnd($text)
{
return rtrim($text, ',- ').'.';
return rtrim($text, ',- ').'.';
}
}

0 comments on commit 012cf35

Please sign in to comment.