pointfreeco / swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
https://www.pointfree.co/collections/composable-architecture
MIT License
12.22k stars 1.42k forks source link

Fix a typo in Tutorial #3250

Closed yaslab closed 1 month ago

yaslab commented 1 month ago

This PR fixes a typo in Tutorial. According to the documentation for String.init(decoding:as:), this initializer never returns nil.