Skip to content

Commit f609a80

Browse files
Fix typo - First print statement not shown in sample output.
The example code shows a print statement including "the elements of the array are: ", however, this is missing from the sample output.
1 parent a3a20a2 commit f609a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/part-3/3-arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ listElements(numbers);
529529

530530
<sample-output>
531531

532-
1 2 3
532+
the elements of the array are: 1 2 3
533533

534534
</sample-output>
535535

0 commit comments

Comments
 (0)