Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void rejectValue(@Nullable String field, String errorCode,
/**
* Add all errors from the given {@code Errors} instance to this
* {@code Errors} instance.
* <p>This is a onvenience method to avoid repeated {@code reject(..)}
* <p>This is a convenience method to avoid repeated {@code reject(..)}
* calls for merging an {@code Errors} instance into another
* {@code Errors} instance.
* <p>Note that the passed-in {@code Errors} instance is supposed
Expand Down