diff --git a/moshi/src/main/java/com/squareup/moshi/JsonReader.java b/moshi/src/main/java/com/squareup/moshi/JsonReader.java index 5c2ad77..ca9431e 100644 --- a/moshi/src/main/java/com/squareup/moshi/JsonReader.java +++ b/moshi/src/main/java/com/squareup/moshi/JsonReader.java @@ -478,7 +478,7 @@ public abstract class JsonReader implements Closeable { * Returns a new {@code JsonReader} that can read data from this {@code JsonReader} without * consuming it. The returned reader becomes invalid once this one is next read or closed. * - * For example, we can use {@code peek()} to lookahead and read the same data multiple times. + *

For example, we can use {@code peek()} to lookahead and read the same data multiple times. * *

 {@code
    *