twostraws / Unwrap

Learn Swift interactively on your iPhone.
https://www.hackingwithswift.com
Other
2.3k stars 312 forks source link

Typo: "prints", Expected: "print" #209

Closed duianto closed 2 years ago

duianto commented 3 years ago

Typo: "prints" Expected: "print" https://github.com/twostraws/Unwrap/blob/3a5ee7f0ec6315791f3f9175438c385a623ba2b4/Unwrap/Content/SixtySeconds/copying-objects.html#L12

Before: <p>If we create an instance of that class and prints its name, we’ll get “Taylor Swift”:</p> After: <p>If we create an instance of that class and print its name, we’ll get “Taylor Swift”:</p>

twostraws commented 2 years ago

This is corrected now – thank you!