LearningTypeScript / projects

Hands-on real world projects that will help you exercise your knowledge of TypeScript.
https://learningtypescript.com/projects
240 stars 161 forks source link

✍ Typo: [treasure-hunter] Inconsistent property names #222

Closed Taliss closed 1 year ago

Taliss commented 1 year ago

Typo Report Checklist

Impacted Project File

generics/treasure-hunter/README.md
generics/treasure-hunter/solution.ts

What's Wrong?

Mismatching description inside Readme file.

Each Buried object can be one of three things:

  • Need to check solutions in order to see there is another 4th possible type for Buried<T> - Treasure<T>.

Mismatching property names:

Additional Info

Thank you for the book <3

JoshuaKGoldberg commented 1 year ago

Nice spot thanks for the catch - sorry about the typos! <3