heckj / swiftui-notes

content for Using Combine - notes on learning Combine with UIKit and SwiftUI

Home Page:https://heckj.github.io/swiftui-notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra word in sentence

lrbrzezinski opened this issue · comments

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.

thank you!