diff --git a/src/Faker/Provider/Text.php b/src/Faker/Provider/Text.php index 36fafe3552..eb061e14cf 100644 --- a/src/Faker/Provider/Text.php +++ b/src/Faker/Provider/Text.php @@ -136,6 +136,6 @@ protected static function validStart($word) protected static function appendEnd($text) { - return rtrim($text, ',— ').'.'; + return rtrim($text, ',- ').'.'; } }