Skip to content

Commit 94a57c3

Browse files
renannpradowilkinsona
authored andcommitted
Fix typo in OperationResponsePreprocessor javadoc
See gh-507
1 parent 86c31c9 commit 94a57c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.springframework.restdocs.operation.OperationResponse;
2020

2121
/**
22-
* An {@code OperationRequestPreprocessor} is used to modify an {@code OperationRequest}
22+
* An {@code OperationResponsePreprocessor} is used to modify an {@code OperationResponse}
2323
* prior to it being documented.
2424
*
2525
* @author Andy Wilkinson

0 commit comments

Comments
 (0)