Skip to content

Commit de38728

Browse files
committed
Update doc for clarity
1 parent 94623eb commit de38728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/basic-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const client = new Client({
140140

141141
|
142142

143-
| `nodeFilter` | `function` - Filters which node not to use for a request.
143+
| `nodeFilter` | `function` - Takes a `Connection` and returns `true` if it can be sent a request, otherwise `false`.
144144
_Default:_
145145

146146
```js

0 commit comments

Comments
 (0)