File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ a pipe or UNIX domain socket, the name is returned as a string.
232
232
233
233
- {Set}
234
234
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.
237
237
238
238
### server.close([ callback] )
239
239
@@ -332,8 +332,8 @@ following URL form:
332
332
ws+unix:/absolute/path/to/uds_socket:/pathname?search_params
333
333
```
334
334
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
337
337
338
338
```
339
339
ws+unix:/absolute/path/to/uds_socket
You can’t perform that action at this time.
0 commit comments