Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
9aae1d09ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -244,7 +244,7 @@ Contains a managed pointer to the packet.
 
 `Packet.SetFreeCallback(PacketFreeCallback callback)` set callback to notify the user when an appropriate packet is being destroyed.
 
-`Packet.Create(byte[] data, int length, PacketFlags flags)` creates a packet that may be sent to a peer. The length and flags parameters are optional. Multiple flags can be specified at once.
+`Packet.Create(byte[] data, int length, PacketFlags flags)` creates a packet that may be sent to a peer. The length and packet flags parameters are optional. Multiple flags can be specified at once.
 
 `Packet.CopyTo(byte[] destination)` copies payload from the packet to the destination array.