Skip to content

Commit 119d6eb

Browse files
committed
Use pretty quotation marks
See spring-projectsgh-25110
1 parent 097208d commit 119d6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/developing-web-applications.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following code shows a typical `@RestController` that serves JSON data:
2222
include::{docs-java}/features/developingwebapplications/springmvc/MyRestController.java[]
2323
----
2424

25-
"WebMvc.fn", the functional variant, separates the routing configuration from the actual handling of the requests, as shown in the following example:
25+
"`WebMvc.fn`", the functional variant, separates the routing configuration from the actual handling of the requests, as shown in the following example:
2626

2727
[source,java,indent=0,subs="verbatim"]
2828
----

0 commit comments

Comments
 (0)