Fix Javadoc link text in BindingResult

Closes gh-29551
This commit is contained in:
jiangying 2022-11-22 20:38:57 +08:00 committed by GitHub
parent 0b8000eeaa
commit b130ff36d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import org.springframework.lang.Nullable;
/**
* General interface that represents binding results. Extends the
* {@link Errors interface} for error registration capabilities,
* {@link Errors} interface for error registration capabilities,
* allowing for a {@link Validator} to be applied, and adds
* binding-specific analysis and model building.
*