Skip to content

Commit f5fc628

Browse files
authored
Update README.md
1 parent abb91f5 commit f5fc628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/26-two-dimensional-array/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. Write a function `two_dimensional_list`, which takes 2 digits (x, y) as input and generates a 2-dimensional list.
66

7-
2. The element value in the i-th row and j-th column of the list should be i*j (the index values).
7+
2. The element value in the `i` row and `j` column of the list should be `i*j` (their index values).
88

99
## 📎 Example input:
1010

0 commit comments

Comments
 (0)