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