diff options
| author | lbuerste <[email protected]> | 2021-03-03 12:18:53 +0100 |
|---|---|---|
| committer | Marak <[email protected]> | 2021-03-03 20:14:45 -0500 |
| commit | e349092d66dd0c2540b72428b306010062ceac3e (patch) | |
| tree | ec3cb6dedbb979e430e9d31852328d86cb3fc288 /lib | |
| parent | fa8a44a33ebd37bd22bc7247ee68d94915b51d01 (diff) | |
| download | faker-e349092d66dd0c2540b72428b306010062ceac3e.tar.xz faker-e349092d66dd0c2540b72428b306010062ceac3e.zip | |
Issue 1114: new datatypes module
Fixed an error in dog definitions that cause the faker.animal.dog-test to fail sometimes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/en/animal/dog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locales/en/animal/dog.js b/lib/locales/en/animal/dog.js index 248d6408..8427478b 100644 --- a/lib/locales/en/animal/dog.js +++ b/lib/locales/en/animal/dog.js @@ -100,7 +100,7 @@ module["exports"] = [ 'Burgos Pointer', "Cairn Terrier", "Campeiro Bulldog", - "Canaan Dog",, + "Canaan Dog", "Canadian Eskimo Dog", "Cane Corso", "Cane di Oropa", |
