mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
FastChunkSerializer: fix typo
This commit is contained in:
@@ -34,7 +34,7 @@ use function pack;
|
||||
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.
|
||||
*/
|
||||
final class FastChunkSerializer{
|
||||
|
Reference in New Issue
Block a user