Skip to content

Commit 9374020

Browse files
committed
Stop -> from being replaced with → as the latter renders as # in PDF
Closes gh-8575
1 parent 47de05b commit 9374020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ restart the application>>.
808808
As DevTools monitors classpath resources, the only way to trigger a restart is to update
809809
the classpath. The way in which you cause the classpath to be updated depends on the IDE
810810
that you are using. In Eclipse, saving a modified file will cause the classpath to be
811-
updated and trigger a restart. In IntelliJ IDEA, building the project (`Build -> Make
811+
updated and trigger a restart. In IntelliJ IDEA, building the project (`Build +->+ Make
812812
Project`) will have the same effect.
813813
****
814814

0 commit comments

Comments
 (0)