From f8dc4593e023c38a25620662ce8aa29880a3ca54 Mon Sep 17 00:00:00 2001 From: guangwu Date: Sun, 22 Oct 2023 19:35:10 +0800 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 369d16a..86fb51b 100644 --- a/README.md +++ b/README.md @@ -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