Skip to content

Commit 8d81bcd

Browse files
committed
Merge pull request spring-projects#12825 from thsnoopy:fix-typo
* pr/12825: Fix typo
2 parents a09a6f2 + 16ad34a commit 8d81bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5483,7 +5483,7 @@ The following code shows a typical example:
54835483
54845484
private final RestTemplate restTemplate;
54855485
5486-
public MyBean(RestTemplateBuilder restTemplateBuilder) {
5486+
public MyService(RestTemplateBuilder restTemplateBuilder) {
54875487
this.restTemplate = restTemplateBuilder.build();
54885488
}
54895489

0 commit comments

Comments
 (0)