Leon před 7 roky
rodič
revize
0d68feba03
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      README.md

+ 1
- 1
README.md Zobrazit soubor

@@ -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();