Skip to content

Commit c4e366c

Browse files
committed
detab
1 parent 23c9183 commit c4e366c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/0.2.0.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ A library for retrying operations has a heavy interest understanding what it mea
5656
val both = a.and(b)
5757
5858
This interface defines a simple algebra for Ints. Your application most like defines Futures which return a more complex type. Experiment with this new interface to compose different definitions of success for your applications types to enrich your retry experience.
59-
59+
6060
If you are feeling adventurous, consider using `retry.Success.always` or `retry.Success.never` which will either infer success from any resulting value
6161
or no resulting value respectively.
6262

0 commit comments

Comments
 (0)