Browse Source

Update README.md

NX 7 years ago
parent
commit
39ea5b9ea5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -259,7 +259,7 @@ Contains a managed pointer to the packet.
 
 `Packet.Length` returns a length of payload in the packet.
 
-`Packet.HasReferences` checks references to a packet.
+`Packet.HasReferences` checks references to the packet.
 
 `Packet.SetFreeCallback(PacketFreeCallback callback)` set callback to notify the user when an appropriate packet is being destroyed.