Add missing quote in reference documentation

Closes gh-225
This commit is contained in:
Koen Punt
2021-12-15 15:05:17 +01:00
committed by Brian Clozel
parent ec7096495c
commit fcb86e00d3

View File

@@ -911,7 +911,7 @@ For example:
String getName();
@Value("#{target.author + ' ' + target.name})
@Value("#{target.author + ' ' + target.name}")
String getAuthorAndName();
}
----