correct readme

This commit is contained in:
thomas laforge
2022-11-11 21:58:33 +01:00
parent 0bc65cd6da
commit 967df0216c

View File

@@ -28,7 +28,7 @@ Currently we have the following piece of code.
As we can see, student is of type "any". We want to infer the correct type.
But in this part, we can pass to ListComponent, a list of any types. And we still want the correct type to be infered.
But in this part, we can pass to ListComponent, a list of **any object**. And we still want the correct type to be infered.
## Submitting your work