aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 733678d75..f57ee6f36 100644
--- a/README.md
+++ b/README.md
@@ -2843,7 +2843,7 @@ Instead of having to allocate unique functions for each instance of a socket, we
How do you pass per-socket data to each socket object?
-`**data**` is a property on the `TCPSocket` & `TLSSocket` object that you can use to store per-socket data.
+`data` is a property on the `TCPSocket` & `TLSSocket` object that you can use to store per-socket data.
```ts
socket.data = { name: "Clienty McClientface" };