diff --git a/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java b/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java index 4763b05b3..bb134e037 100644 --- a/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java +++ b/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java @@ -19,7 +19,7 @@ import org.springframework.restdocs.operation.OperationResponse; /** - * An {@code OperationRequestPreprocessor} is used to modify an {@code OperationRequest} + * An {@code OperationResponsePreprocessor} is used to modify an {@code OperationResponse} * prior to it being documented. * * @author Andy Wilkinson