Skip to content

Commit 17f8011

Browse files
authored
Fix formatting README.md assignment 2
1 parent d627f71 commit 17f8011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignment-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In the command, <dictionary_file> is the dictionary we want to use. The paramete
5151

5252
If there is a way to reach the <target_word> from the <start_word>, the output should be:
5353

54-
start_word, word_1, word_2, ..., target_word
54+
start_word, word_1, word_2, ..., target_word
5555

5656
If there is no way to reach the <target_word> from the <start_word>, the output should be:
5757

0 commit comments

Comments
 (0)