From c77e75fa93e1b3b55a8731374ae0496b9699a4cb Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 14 Jun 2019 19:42:50 +0100 Subject: [PATCH] FastChunkSerializer: fix typo --- src/pocketmine/world/format/io/FastChunkSerializer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/world/format/io/FastChunkSerializer.php b/src/pocketmine/world/format/io/FastChunkSerializer.php index b86b05446..0620cc40c 100644 --- a/src/pocketmine/world/format/io/FastChunkSerializer.php +++ b/src/pocketmine/world/format/io/FastChunkSerializer.php @@ -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{