We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458214b commit 3fecc9eCopy full SHA for 3fecc9e
src/v1/internal/least-connected-load-balancing-strategy.js
@@ -54,7 +54,7 @@ export default class LeastConnectedLoadBalancingStrategy extends LoadBalancingSt
54
return null;
55
}
56
57
- // choose start index for iteration in round-rodin fashion
+ // choose start index for iteration in round-robin fashion
58
const startIndex = roundRobinIndex.next(length);
59
let index = startIndex;
60
0 commit comments