Skip to content

Commit 7bc6c51

Browse files
committed
Typo in README
1 parent 1dc9dce commit 7bc6c51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ hasPostalCode('TKL') // false
2828
hasPostalCode('Tokelau') // false
2929

3030
hasPostalCode('Spain') // true
31-
hasPostalCode('Españita') // false
32-
hasPostalCode('💩') // false
31+
hasPostalCode('Españita') // undefined
32+
hasPostalCode('💩') // undefined
3333
```
3434

3535
## License

0 commit comments

Comments
 (0)