heckj / swiftui-notes

content for Using Combine - notes on learning Combine with UIKit and SwiftUI
https://heckj.github.io/swiftui-notes/
MIT License
1.97k stars 204 forks source link

Extra word in sentence #237

Closed lrbrzezinski closed 3 years ago

lrbrzezinski commented 3 years ago

Describe the solution you'd like

In the section Developing with Combine, the subsection Reasoning about pipelines contains an extra word (are) in the first sentence as highlighted in the copied text:

Reasoning about pipelines

When developing with Combine, there are two broader patterns of publishers are that frequently recur: expecting a publisher to return a single value and complete and expecting a publisher to return many values over time.

heckj commented 3 years ago

thank you!