Skip to content

Commit

Permalink
Updated FALSEHOODS.md, fix typo(s) (#3709)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobConanDev authored Nov 12, 2024
1 parent 5df5ce2 commit d89d07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FALSEHOODS.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ surprising how many false assumptions programmers continue to make about them.
countries a leading 0 is significant and forms part of the number itself
(see *A leading zero in numbers formatted for domestic usage can always be
discarded when dialing from abroad*). Moreover, a phone number may contain
other diallable characters (see *Phone numbers contain only digits*) or an
other dialable characters (see *Phone numbers contain only digits*) or an
extension portion, dialled after waiting for a tone.

**Tip:** Use the library to parse and format numbers to handle this
Expand Down

0 comments on commit d89d07b

Please sign in to comment.