Skip to content

Commit 597c687

Browse files
jbotuckrstoyanchev
authored andcommitted
Fix indentation in ref docs for RestTemplate
Closes gh-29014
1 parent 081d701 commit 597c687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/integration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ to serialize only a subset of the object properties, as the following example sh
306306
----
307307

308308
[[rest-template-multipart]]
309-
===== Multipart
309+
==== Multipart
310310

311311
To send multipart data, you need to provide a `MultiValueMap<String, Object>` whose values
312312
may be an `Object` for part content, a `Resource` for a file part, or an `HttpEntity` for

0 commit comments

Comments
 (0)