Update ReplicationStreamMessage.scala

Fixed comments.  I also wanted to test the online editor to see how it works.
This commit is contained in:
Fate-JH 2017-03-01 22:49:57 -05:00 committed by GitHub
parent 6f85c36247
commit 15298eff3a

View file

@ -583,7 +583,7 @@ object SquadHeader {
object SquadListing {
/**
* `Codec` for standard `SquadHeader` entries.
* `Codec` for standard `SquadListing` entries.
*/
val codec : Codec[SquadListing] = (
("index" | uint8L) >>:~ { index =>
@ -601,7 +601,7 @@ object SquadListing {
)
/**
* `Codec` for types of `SquadHeader` initializations.
* `Codec` for branching types of `SquadListing` initializations.
*/
val init_codec : Codec[SquadListing] = (
("index" | uint8L) >>:~ { index =>