microsoft / TypeScript-Handbook

Deprecated, please use the TypeScript-Website repo instead
https://github.com/microsoft/TypeScript-Website
Apache License 2.0
4.88k stars 1.13k forks source link

Fix typo in article "Type Compatibility" #1316

Open myshov opened 4 years ago

myshov commented 4 years ago

I believe that in the computing the common usage of the term "source" is an input for some "target". So in the example of the section "Comparing two functions" "source" and "target" should be swapped.