Minor grammar fixes

This commit is contained in:
arkon
2020-01-11 10:11:39 -05:00
parent ff999a6dda
commit 012b1b56aa
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.data.updater.Release
/**
* Release object.
* Contains information about the latest release from Github.
* Contains information about the latest release from GitHub.
*
* @param version version of latest release.
* @param info log of latest release.

View File

@@ -10,7 +10,7 @@ import uy.kohesive.injekt.Injekt
import uy.kohesive.injekt.api.get
/**
* Used to connect with the Github API.
* Used to connect with the GitHub API.
*/
interface GithubService {