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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {