From 9a31acc89b56fd5bfa6c87381cab37d6716ecdee Mon Sep 17 00:00:00 2001 From: George Wilson Date: Wed, 4 Oct 2017 10:42:09 +1000 Subject: [PATCH] Small grammar fix --- level02/src/FirstApp/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level02/src/FirstApp/Types.hs b/level02/src/FirstApp/Types.hs index 665177d..ea89901 100644 --- a/level02/src/FirstApp/Types.hs +++ b/level02/src/FirstApp/Types.hs @@ -25,7 +25,7 @@ import Data.Text (Text) -- To that end, we will create the following types: --- AddRq : Which needs to the target topic, and the body of the comment. +-- AddRq : Which needs the target topic, and the body of the comment. -- ViewRq : Which needs the topic being requested. -- ListRq : Which lists all of the current topics. data RqType = RqType