Fix javadoc typo

PiperOrigin-RevId: 306431216
This commit is contained in:
aquilescanta 2020-04-14 15:03:41 +01:00 committed by Ian Baker
parent 6a491e1294
commit edc25ddc8d

View File

@ -23,7 +23,7 @@ import javax.annotation.meta.TypeQualifierDefault;
import javax.annotation.meta.When;
/**
* Annotation for specifiying unknown nullness. Useful for clearing the effects of an automatically
* Annotation for specifying unknown nullness. Useful for clearing the effects of an automatically
* propagated {@link Nonnull} annotation.
*/
@Nonnull(when = When.UNKNOWN)