Fix formatting for PersonValidator Kotlin example in ref docs

Closes gh-26832
This commit is contained in:
Sviatoslav Hryb
2021-04-20 19:59:50 +03:00
committed by GitHub
parent 71158f4d96
commit 0286549466

View File

@@ -103,7 +103,7 @@ example implements `Validator` for `Person` instances:
----
class PersonValidator : Validator {
/**
/\**
* This Validator validates only Person instances
*/
override fun supports(clazz: Class<*>): Boolean {