Add missing quote in reference documentation
Closes gh-225
This commit is contained in:
@@ -911,7 +911,7 @@ For example:
|
||||
|
||||
String getName();
|
||||
|
||||
@Value("#{target.author + ' ' + target.name})
|
||||
@Value("#{target.author + ' ' + target.name}")
|
||||
String getAuthorAndName();
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user