Skip to content

Commit

Permalink
Typo in exercise.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Sep 18, 2024
1 parent cdce52e commit eb85c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/exercises/collections/2darrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ tags:
#. Write a program that display the average of each row of a 2-dimensional jagged array of `int` `jArray`.


#. Write a program that display the sum of the values on the diagonal of a 2-dimensional rectangular array of `int` `jArray`.
#. Write a program that display the sum of the values on the diagonal of a 2-dimensional rectangular array of `int` `matrix`.

0 comments on commit eb85c46

Please sign in to comment.