Remove redundant "to" in doc.

This commit is contained in:
Eric Cochran 2018-05-23 12:28:07 -07:00 committed by GitHub
parent 3ecdfb6374
commit df3a6ce2ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -292,7 +292,7 @@ public abstract class JsonAdapter<T> {
* returns the adapter if one was created, or null if this factory isn't capable of creating
* such an adapter.
*
* <p>Implementations may use to {@link Moshi#adapter} to compose adapters of other types, or
* <p>Implementations may use {@link Moshi#adapter} to compose adapters of other types, or
* {@link Moshi#nextAdapter} to delegate to the underlying adapter of the same type.
*/
@CheckReturnValue