Browse Source

docs: fix minor typos

pull/2521/head
amine 4 weeks ago
parent
commit
f10e3ca7ff
  1. 2
      subjects/java/checkpoints/multiplication-table/README.md

2
subjects/java/checkpoints/multiplication-table/README.md

@ -2,7 +2,7 @@
### Instructions
in a file named `MultiplicationTable.java` Write a function `generate` which takes a number as a parameter, and prints the multiplication table for this number.
In a file named `MultiplicationTable.java` write a function `generate` which takes a number as a parameter, and prints the multiplication table for this number.
### Expected Functions

Loading…
Cancel
Save