Selaa lähdekoodia

updated README.md

Leon 7 vuotta sitten
vanhempi
commit
0d68feba03
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      README.md

+ 1
- 1
README.md Näytä tiedosto

@@ -14,7 +14,7 @@
14 14
 * Below is a sample *instantation of* and *invokation on* `PhoneNumber`.
15 15
 	
16 16
 ```Java
17
-String stringRepresentation = "(302)-312-5555)";
17
+String stringRepresentation = "(302)-312-5555";
18 18
 PhoneNumber phoneNumber = new PhoneNumber(stringRepresentation);
19 19
 String areaCode = phoneNumber.getAreaCode();
20 20
 String centralOfficeCode = phoneNumber.getCentralOfficeCode();