Fix typo in OperationResponsePreprocessor javadoc
See gh-507
This commit is contained in:
committed by
Andy Wilkinson
parent
86c31c96b9
commit
94a57c33cf
@@ -19,7 +19,7 @@ package org.springframework.restdocs.operation.preprocess;
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user