From 4eca451f2cfb0fa3be5f708083fc5344349eb511 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Fri, 6 Jul 2018 01:50:58 +0200 Subject: [PATCH] oops --- doc/cookbook/using-free-client/UsingFreeClient.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cookbook/using-free-client/UsingFreeClient.lhs b/doc/cookbook/using-free-client/UsingFreeClient.lhs index 84a395b1..5eb9cd2d 100644 --- a/doc/cookbook/using-free-client/UsingFreeClient.lhs +++ b/doc/cookbook/using-free-client/UsingFreeClient.lhs @@ -50,8 +50,8 @@ api :: Proxy API api = Proxy ``` -Next we implement a `main`. If passed `server` it will run `server`, if passed -`client` it will run a small `test` (to be defined next) will be run. This should be +Next we implement a `main`. If passed `"server"` it will run `server`, if passed +`"client"` it will run a `test` function (to be defined next). This should be pretty straightforward: ```haskell