summaryrefslogtreecommitdiff
path: root/doc/devblog/day_85__external_special_remote_protocol_types.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-25 18:28:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-25 18:28:46 -0400
commit35da1d17508994e88890645f0e48a8fe09c94eba (patch)
tree240cf533a24eaf7fb32e93cf40e3749783bac746 /doc/devblog/day_85__external_special_remote_protocol_types.mdwn
parent731fdd391cf47b79f3282b1c0c40b7a64f4340eb (diff)
typo
Diffstat (limited to 'doc/devblog/day_85__external_special_remote_protocol_types.mdwn')
-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