Browse Source

Update README.md

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

+ 1 - 1
README.md

@@ -212,7 +212,7 @@ Contains a marshalled structure with the event type, managed pointer to the peer
 #### Packet
 Contains a managed pointer to the packet.
 
-`Packet.Dispose()` destroys the packet. Should be called only when the packet obtained from an event.
+`Packet.Dispose()` destroys the packet. Should be called only when the packet obtained from `EventType.Receive` event.
 
 `Packet.IsSet` returns a state of the managed pointer.