Skip to content

Commit 6f0bcac

Browse files
committed
Update middleware documentation.
1 parent 54367b9 commit 6f0bcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RecombinePackage/Middleware.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public struct Middleware<State, Input, Output> {
7777
/// switch action {
7878
/// case let findCurrentLocation(service):
7979
/// CLLocationManager.currentLocationPublisher(service: service)
80-
/// .map(LocationModel(location: $0))
80+
/// .map { LocationModel(location: $0) }
8181
/// .flatMap { location in
8282
/// statePublisher.map { _ in
8383
/// return .setLocation(to: location)

0 commit comments

Comments
 (0)