From 17f58383e57fc1293ebc161f0361a906abae4ac4 Mon Sep 17 00:00:00 2001 From: pezy Date: Thu, 29 Jun 2017 01:06:27 +0800 Subject: [PATCH] improving typo of 17.1 --- ch17/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch17/README.md b/ch17/README.md index f1c7c584..8a29e29a 100644 --- a/ch17/README.md +++ b/ch17/README.md @@ -45,7 +45,7 @@ Explain which design you think is better and why. > Explain which version of `findBook` you prefer and why. -I prefer the tuple version, because this version is the most refined. +I prefer the tuple version, because this version is more flexible. ## Exercise 17.8