Skip to content

Commit 46f8bfb

Browse files
committed
Phone Number: Changed wording of the additional instruction (#467)
The following changes have been made, per BNAndras' suggestions. - Each sentence is now on a separate line. - The phrase "user-entered phone number(s)" has been replaced with "phone numbers". - The word "input" has been repaced with "parameter".
1 parent 361f950 commit 46f8bfb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exercises/practice/phone-number/.docs/instructions.append.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Instructions Append
22

3-
In addition to the function, _numbers_, that cleans up user-entered phone numbers, you need to write two more functions, _area-code_ and _pprint_ in the Emacs Lisp track. Both of the extra functions take the user-entered phone number as their inputs. The first function _area-code_ extracts the area code from the input, while the second function _pprint_ transforms the input to a string in the format of
3+
In addition to the function, _numbers_, that cleans up phone numbers, you need to write two more functions, _area-code_ and _pprint_ in the Emacs Lisp track.
4+
5+
Each of the extra functions takes the phone number as its only parameter.
6+
7+
The first function _area-code_ extracts the area code from the input, while the second function _pprint_ transforms the input to a string in the format of
48
```
59
(NXX) NXX-XXXX
610
```

0 commit comments

Comments
 (0)