From b92042cfda88a7c7da7c405e5707aad15847e9ba Mon Sep 17 00:00:00 2001 From: markprocess <40411872+markprocess@users.noreply.github.com> Date: Thu, 25 Oct 2018 09:26:49 -0400 Subject: [PATCH] Update packetbuffer.md --- docs/data-types/packetbuffer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-types/packetbuffer.md b/docs/data-types/packetbuffer.md index 166dc72..eada75a 100644 --- a/docs/data-types/packetbuffer.md +++ b/docs/data-types/packetbuffer.md @@ -11,7 +11,7 @@ This class provides a basic set of functions for the creation, manipulation and accessing of a managed type for byte arrays used to hold network data packets. !!! note - This is a **managed type**. This means that it will automatically use and release memory as needed. There is no need for you to explicitly free or release memory when your done - the memory will be freed as soon as the last piece of code stops using the data. + This is a **managed type**. This means that it will automatically use and release memory as needed. There is no need for you to explicitly free or release memory when you're done - the memory will be freed as soon as the last piece of code stops using the data. ## Creating PacketBuffers