Fix grammar in javadoc (#11090)

Motivation:

There was some grammar / spelling error in the javadocs

Modification:

Fix error

Result:

Cleanup
This commit is contained in:
Elliotte Rusty Harold 2021-03-19 09:02:23 +00:00 committed by GitHub
parent 654a54bbad
commit 5451b978c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ import reactor.blockhound.integration.BlockHoundIntegration;
/**
* Contains classes that must be have public visibility but are not public API.
* Contains classes that must have public visibility but are not public API.
*/
class Hidden {