Merge pull request #559 from square/eric.word

Remove redundant "to" in doc.
This commit is contained in:
Jake Wharton
2018-05-23 15:29:30 -04:00
committed by GitHub

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