1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-07-12 21:05:12 +00:00

FastChunkSerializer: fix typo

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

@ -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{