Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1333 from Negasus/master
Browse files Browse the repository at this point in the history
Change symbol 'minus' with code 226 to 'minus' with code 45
  • Loading branch information
fzaninotto authored Oct 23, 2017
2 parents ee9d914 + 299b61b commit ab397ae
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 ab397ae

Please sign in to comment.