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 IM Used 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: #