From 56cd6101e9926cb31ebab62aa6175e47fbbb344c Mon Sep 17 00:00:00 2001 From: Pierre PIRONIN Date: Sun, 10 Apr 2016 17:00:29 +0200 Subject: [PATCH] Update README.md --- part1/chap05/functions-4/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/part1/chap05/functions-4/README.md b/part1/chap05/functions-4/README.md index bcd6163..0b284f0 100644 --- a/part1/chap05/functions-4/README.md +++ b/part1/chap05/functions-4/README.md @@ -1,8 +1,6 @@ ## Your turn : Functions-4 -Write a function prefix that takes a string. It should return a new function -that takes a second string. When that second function is called, it will -return a string containing the first string, a space, and the second string. +Write a function prefix that takes a string. It should return a new function that takes a second string. When that second function is called, it will return a string containing the first string, a space, and the second string. => My implementation ```elixir