Skip to content

Commit 3fecc9e

Browse files
committed
spelling: robin
1 parent 458214b commit 3fecc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/internal/least-connected-load-balancing-strategy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class LeastConnectedLoadBalancingStrategy extends LoadBalancingSt
5454
return null;
5555
}
5656

57-
// choose start index for iteration in round-rodin fashion
57+
// choose start index for iteration in round-robin fashion
5858
const startIndex = roundRobinIndex.next(length);
5959
let index = startIndex;
6060

0 commit comments

Comments
 (0)