Skip to content

Commit 4ed2c87

Browse files
committed
[doc] Remove "note that"
1 parent 0da6036 commit 4ed2c87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/ws.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ a pipe or UNIX domain socket, the name is returned as a string.
232232

233233
- {Set}
234234

235-
A set that stores all connected clients. Please note that this property is only
236-
added when the `clientTracking` is truthy.
235+
A set that stores all connected clients. This property is only added when the
236+
`clientTracking` is truthy.
237237

238238
### server.close([callback])
239239

@@ -332,8 +332,8 @@ following URL form:
332332
ws+unix:/absolute/path/to/uds_socket:/pathname?search_params
333333
```
334334

335-
Note that `:` is the separator between the socket path and the URL path. If the
336-
URL path is omitted
335+
The character `:` is the separator between the socket path and the URL path. If
336+
the URL path is omitted
337337

338338
```
339339
ws+unix:/absolute/path/to/uds_socket

0 commit comments

Comments
 (0)