diff options
author | git <[email protected]> | 2023-02-04 18:06:18 +0000 |
---|---|---|
committer | git <[email protected]> | 2023-02-04 18:06:18 +0000 |
commit | 06195e76037b500eac219b58506e34f0d852b472 (patch) | |
tree | 832bfd026639326bff6fecfcb35ab3de4def097c /lib/net | |
parent | 6db79aefec27035583c5b236d98425748b428c49 (diff) |
* remove trailing spaces. [ci skip]
Diffstat (limited to 'lib/net')
-rw-r--r-- | lib/net/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index 2a0be3150f..8814c0d9e0 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -1070,7 +1070,7 @@ module Net #:nodoc: end # Returns the continue timeout value. - # See Net::HTTP.continue_timeout=. + # See Net::HTTP.continue_timeout=. # attr_reader :continue_timeout |