From 72765aa95e58672a82a426fdec078454086c7d61 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Dec 2013 18:28:46 -0400 Subject: [PATCH] typo --- doc/devblog/day_85__external_special_remote_protocol_types.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devblog/day_85__external_special_remote_protocol_types.mdwn b/doc/devblog/day_85__external_special_remote_protocol_types.mdwn index f8d7f4270e..9b3e4d9b1f 100644 --- a/doc/devblog/day_85__external_special_remote_protocol_types.mdwn +++ b/doc/devblog/day_85__external_special_remote_protocol_types.mdwn @@ -11,7 +11,7 @@ instance Receivable Response where parseCommand "PREPARE-SUCCESS" = parse0 PREPARE_SUCCESS parseCommand "TRANSFER-SUCCESS" = parse2 TRANSFER_SUCCESS parseCommand "TRANSFER-FAILURE" = parse3 TRANSFER_FAILURE -"""]]] +"""]] An especially nice part of this implementation is that it knows exactly how many parameters each message should have (and their types of course), and so