You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
Copy file name to clipboardExpand all lines: exercises/practice/phone-number/.docs/instructions.append.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Instructions Append
2
2
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
0 commit comments