Browse Source

Minor language corrections.

pull/27365/head
Manish 4 years ago committed by Rossen Stoyanchev
parent
commit
9cf8cca96d
  1. 6
      src/docs/asciidoc/integration.adoc

6
src/docs/asciidoc/integration.adoc

@ -7,8 +7,8 @@ @@ -7,8 +7,8 @@
:tabsize: 4
:docinfo1:
This part of the reference documentation covers the Spring Framework's integration with
a number technologies.
This part of the reference documentation covers Spring Framework's integration with
a number of technologies.
[[rest-client-access]]
@ -63,7 +63,7 @@ overloaded methods: @@ -63,7 +63,7 @@ overloaded methods:
| `patchForObject`
| Updates a resource by using PATCH and returns the representation from the response.
Note that the JDK `HttpURLConnection` does not support the `PATCH`, but Apache
Note that the JDK `HttpURLConnection` does not support `PATCH`, but Apache
HttpComponents and others do.
| `delete`

Loading…
Cancel
Save