Skip to content

Commit 2e0f514

Browse files
authored
fix: documentation error for the getting started example (pointfreeco#2493)
1 parent 48327bc commit 2e0f514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ struct Feature: Reducer {
124124
from: URL(string: "http://numbersapi.com/\(count)/trivia")!
125125
)
126126
await send(
127-
.numberFactResponse(String(decoding: data, as: UTF8.self)
127+
.numberFactResponse(String(decoding: data, as: UTF8.self))
128128
)
129129
}
130130

0 commit comments

Comments
 (0)