Skip to content

Commit ce10815

Browse files
committed
Format all instructions.append.md to start with an H1 (required but ignored) and H2
1 parent a09a629 commit ce10815

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Instructions Append
22

3+
## Implementation
4+
35
You must return the anagrams in the same order as they are listed in the candidate words.

exercises/practice/nucleotide-count/.docs/instructions.append.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Instructions append
22

3+
## Implementation
4+
35
There are times when you need to handle unexpected issues that arise during code execution.
46
In Dart, you can use exceptions to handle these situations.
57

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Tip
1+
# Instructions append
2+
3+
## Tip
24

35
A function with a *return type* can only return data of that *type* and `null`.
46
However the function caller is only expecting one data type.

0 commit comments

Comments
 (0)