This commit is contained in:
Tnze
2022-11-17 00:32:38 +08:00
parent 7a2b3da584
commit 3e83d1dbca
8 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@ func (r *Realms) Available() (ok bool, err error) {
return
}
// Compatible returns whether the clients version is up to date with Realms.
// Compatible returns whether the clients version is up-to-date with Realms.
//
// if the client is outdated, it returns OUTDATED,
// if the client is running a snapshot, it returns OTHER,