Skip to content

Commit

Permalink
Fix ErrorResponse#type documentation
Browse files Browse the repository at this point in the history
Closes gh-29632
  • Loading branch information
Spark61 committed Dec 3, 2022
1 parent ac667a1 commit b366cd3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -227,7 +227,7 @@ interface Builder {
Builder detailMessageArguments(Object... messageArguments);

/**
* Set the underlying {@link ProblemDetail#setTitle(String)} field.
* Set the underlying {@link ProblemDetail#setType(URI)} field.
* @return the same builder instance
*/
Builder type(URI type);
Expand Down

0 comments on commit b366cd3

Please sign in to comment.