FastChunkSerializer: fix typo

This commit is contained in:
Dylan K. Taylor 2019-06-14 19:42:50 +01:00
parent 468340d55b
commit c77e75fa93

View File

@ -34,7 +34,7 @@ use function pack;
use function unpack; use function unpack;
/** /**
* This class provides a serializer used for transmitting chunks between chunks. * This class provides a serializer used for transmitting chunks between threads.
* The serialization format **is not intended for permanent storage** and may change without warning. * The serialization format **is not intended for permanent storage** and may change without warning.
*/ */
final class FastChunkSerializer{ final class FastChunkSerializer{