diff --git a/src/main/java/com/commafeed/frontend/model/Entries.java b/src/main/java/com/commafeed/frontend/model/Entries.java index 4080dd51..bd3a878d 100644 --- a/src/main/java/com/commafeed/frontend/model/Entries.java +++ b/src/main/java/com/commafeed/frontend/model/Entries.java @@ -41,7 +41,7 @@ public class Entries implements Serializable { @ApiProperty("list of entries") private List entries = Lists.newArrayList(); - @ApiProperty("true if the unread flag was ignored in the request, all entries are returned regardless of their read status") + @ApiProperty("if true, the unread flag was ignored in the request, all entries are returned regardless of their read status") private boolean ignoredReadStatus; }