diff options
author | ccn <[email protected]> | 2024-04-22 02:11:11 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-22 02:11:11 -0400 |
commit | 5857b13df1a6c2040c8abfd7c694321c9b56fb92 (patch) | |
tree | e8fe3d8e92b172c7280091b44cfebf56094d9289 /docs/tutorial.dox | |
parent | b275a5334f69dc5a3a9467ddf47e4265b9852497 (diff) | |
download | enet-5857b13df1a6c2040c8abfd7c694321c9b56fb92.tar.gz enet-5857b13df1a6c2040c8abfd7c694321c9b56fb92.zip |
Update tutorial.dox (#246)
remove excess spaces which show up as literal <br> in the docs
Diffstat (limited to 'docs/tutorial.dox')
-rw-r--r-- | docs/tutorial.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial.dox b/docs/tutorial.dox index 19a7a45..0ea55d3 100644 --- a/docs/tutorial.dox +++ b/docs/tutorial.dox @@ -203,7 +203,7 @@ disconnect event and must be explicitly reset. ... @endcode -@section SendingPacket Sending a packet to an ENet peer +@section SendingPacket Sending a packet to an ENet peer Packets in ENet are created with enet_packet_create(), where the size of the packet must be specified. Optionally, initial data may be |