fix: typo

This commit is contained in:
guangwu 2023-10-22 19:35:10 +08:00 committed by GitHub
parent fe60817601
commit f8dc4593e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ events.Tick = func() (delay time.Duration, action Action){
The `Serve` function can bind to UDP addresses.
- All incoming and outgoing packets are not buffered and sent individually.
- The `Opened` and `Closed` events are not availble for UDP sockets, only the `Data` event.
- The `Opened` and `Closed` events are not available for UDP sockets, only the `Data` event.
## Multithreaded