summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2022-12-20 16:52:26 +0000
committerPeter Zhu <peter@peterzhu.ca>2022-12-21 09:17:19 -0500
commit276b84f8ed1639d22df072c622e0a5d501bf8c5f (patch)
tree88da73741f6367386cde1920ee8132a2fda82c55 /lib/net
parent86f0128efe687a9db2756c9902b4a28f26981b1b (diff)
[ruby/net-http] Adding links to references
https://github.com/ruby/net-http/commit/e4df80f299
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/http/responses.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/http/responses.rb b/lib/net/http/responses.rb
index 17aaca8c81..bb6bddb061 100644
--- a/lib/net/http/responses.rb
+++ b/lib/net/http/responses.rb
@@ -281,6 +281,7 @@ module Net
#
# The <tt>IM Used</tt> response indicates that the server has fulfilled a request
# for the resource, and the response is a representation of the result
+ # of one or more instance-manipulations applied to the current instance.
#
# References:
#