clarify counting of FediChordMessage parts

This commit is contained in:
Trolli Schmittlauch 2020-05-19 19:50:36 +02:00
parent c31baa3635
commit beffab99a0
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ data FediChordMessage = Request
, sender :: NodeState
, parts :: Integer
, part :: Integer
-- ^ part starts at 0
-- ^ part starts at 1
, action :: Action
, payload :: Maybe ActionPayload
}