From d50df04d09094bc37d24775ab47b455f6a9e1fad Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sun, 12 Feb 2023 00:10:23 +0100 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 648d8b6..b8420c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ### Web Sockets `net` now supports web sockets for both clients and servers!
- Not that the web socket object is identical on both client and + Note that the web socket object is identical on both client and server, but how you retrieve a web socket object is different. #### Server API