docs: apply change to make it clearler

This commit is contained in:
amin 2024-07-10 15:31:14 +01:00 committed by zanninso
parent 9c74903146
commit 94a379bb6f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Create a class `AgeFinder` that provides a method to calculate the age from a gi
In case of any error the method `calculateAge` should return `-1`
> 💡 Be careful with the future.
> 💡 Have you ever seen someone with a negative age???
### Expected Class