Skip to content

Commit 7a7852f

Browse files
committed
(maint) Correct method documentation
1 parent 7aec0c7 commit 7a7852f

File tree

1 file changed

+1
-1
lines changed
  • lib/puppet/http/service

1 file changed

+1
-1
lines changed

lib/puppet/http/service/ca.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def put_certificate_request(name, csr, ssl_context: nil)
109109
#
110110
# @param [Puppet::SSL::SSLContext] ssl_context
111111
#
112-
# @return [Puppet::HTTP::Response] The request response
112+
# @return [Array<Puppet::HTTP::Response, String>] The request response
113113
#
114114
# @api public
115115
def post_certificate_renewal(ssl_context)

0 commit comments

Comments
 (0)