Skip to content

Commit 24a96ff

Browse files
committed
docs: typo in retry test [skip ci]
1 parent 053d1fb commit 24a96ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/connection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func DummyFunction(x uint64) (uint64, error) {
1717
return x, nil
1818
}
1919

20-
// here we run the dummy function and with the retry and check:
20+
// here we run the dummy function with the retry and check:
2121
// - The number of retries checks based on the `n`
2222
// - The returned valued matches based on the `n`
2323
// - The returned err matches based on the `n`

0 commit comments

Comments
 (0)