summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/devblog/day_85__external_special_remote_protocol_types.mdwn2
1 files changed, 1 insertions, 1 deletions
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 f8d7f4270..9b3e4d9b1 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