Skip to content

Commit

Permalink
Merge pull request #165 from hmemcpy/patch-1
Browse files Browse the repository at this point in the history
Fixing a small typo in comments (Aligned -> Aligned)
  • Loading branch information
mpilquist committed Oct 22, 2019
2 parents 7a99c90 + ccbdc8d commit d1b04e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/main/scala/scodec/codecs/package.scala
Expand Up @@ -833,7 +833,7 @@ package object codecs {
def paddedVarAlignedBits[A](sizeCodec: Codec[Long], valueCodec: Codec[A], multipleForPadding: Int) = new PaddedVarAlignedCodec(sizeCodec, valueCodec, multipleForPadding.toLong)

/**
* Byte equivalent of [[paddedVarAligendBits]].
* Byte equivalent of [[paddedVarAlignedBits]].
* @param sizeCodec codec that determines the size
* @param valueCodec coec for encoding the payload
* @param multipleForPadding multiple of bytes to align the value to with padding
Expand Down

0 comments on commit d1b04e3

Please sign in to comment.