Skip to content

Commit 0286549

Browse files
authored
Fix formatting for PersonValidator Kotlin example in ref docs
Closes gh-26832
1 parent 71158f4 commit 0286549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-validation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ example implements `Validator` for `Person` instances:
103103
----
104104
class PersonValidator : Validator {
105105
106-
/**
106+
/\**
107107
* This Validator validates only Person instances
108108
*/
109109
override fun supports(clazz: Class<*>): Boolean {

0 commit comments

Comments
 (0)