Skip to content

Commit

Permalink
Update README.md (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
N0N1m3 authored Feb 23, 2023
1 parent dc634d3 commit e6e4e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" };
Expand Down

0 comments on commit e6e4e6b

Please sign in to comment.