Skip to content

Commit 2865414

Browse files
committed
Move documentation comment to the right place
1 parent 75d3efb commit 2865414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/faraday/retry/retryable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

3-
# Adds the ability to retry a request based on settings and errors that have occurred.
43
module Faraday
4+
# Adds the ability to retry a request based on settings and errors that have occurred.
55
module Retryable
66
def with_retries(env:, options:, retries:, body:, errmatch:)
77
yield

0 commit comments

Comments
 (0)