Skip to content

Commit

Permalink
fix: documentation error for the getting started example (#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleLeneau authored Sep 30, 2023
1 parent 48327bc commit 2e0f514
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ struct Feature: Reducer {
from: URL(string: "http://numbersapi.com/\(count)/trivia")!
)
await send(
.numberFactResponse(String(decoding: data, as: UTF8.self)
.numberFactResponse(String(decoding: data, as: UTF8.self))
)
}

Expand Down

0 comments on commit 2e0f514

Please sign in to comment.