Update ArticlesAndStatuses.markdown

fix comma
This commit is contained in:
descodess 2021-07-25 16:45:34 +02:00 committed by GitHub
parent c42120fb50
commit 6c1d319d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ This separation is deliberate. There are two main reasons: syncing, and strange
When syncing with another service, its entirely likely that the service will report article status information in calls that are separate from calls to retrieve articles.
Thus the app might learn about statuses for articles it hasnt seen yet.
Thus, the app might learn about statuses for articles it hasnt seen yet.
This way the app can store those statuses without having to have their corresponding articles. And then, when the app does download those articles, it has their statuses already in the database.