From f6ec36ea5d89357491e0b8c8f614dc99c6461af9 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 10 Feb 2020 12:31:58 -0500 Subject: [PATCH] Update --- 0090-composing-architecture-with-case-paths/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0090-composing-architecture-with-case-paths/README.md b/0090-composing-architecture-with-case-paths/README.md index 0916544d..79047896 100644 --- a/0090-composing-architecture-with-case-paths/README.md +++ b/0090-composing-architecture-with-case-paths/README.md @@ -2,4 +2,4 @@ > #### This directory contains code from Point-Free Episode: [Testable State Management: The Point](https://www.pointfree.co/episodes/ep90-composing-architecture-with-case-paths) > -> It's time to explore a real world application of "case paths", which provide key path-like functionality for enum cases. We'll upgrade our composable architecture to use them and see why they're a better fit than our existing solution to a problem. +> Let's explore a real world application of "case paths," which provide key path-like functionality for enum cases. We'll upgrade our composable architecture to use them and see why they're a better fit than our existing approach.