Browse Source

feat(Cat): correct grammar

pull/2087/head
davhojt 11 months ago
parent
commit
bf9bbd1fe5
No known key found for this signature in database
GPG Key ID: 29BFE853DB7E0677
  1. 2
      subjects/java/piscine/Cat/README.md

2
subjects/java/piscine/Cat/README.md

@ -4,7 +4,7 @@
Create a file named `Cat.java`.
Write a function `cat` that reads from a file given as a parameter and writes to the standard output.
Write a function `cat` that reads from the file given as the argument, and writes to the standard output.
> ⚠ The files can have some binary content.

Loading…
Cancel
Save