swiftlang / swift-book

The Swift Programming Language book
Apache License 2.0
1.76k stars 162 forks source link

missing word in Concurrency:Actors section #247

Closed hayne closed 10 months ago

hayne commented 10 months ago

Location

https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency

Description

There seems to be a word missing in the following sentence:

"The convertFarenheitToCelsius() method above is method, ..."

Correction

No response

amartini51 commented 10 months ago

Thanks! This was fixed by PR #222 and merged to 'main', and the fixed version will go out with the next version of TSPL.