Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Docs: small text fixes;
Browse files Browse the repository at this point in the history
  • Loading branch information
KonH committed May 17, 2017
1 parent ad0add0 commit 64632a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Docs/Leaderboard.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Leaderboard

Leaderboard is a score management system, now it is used self-hosted service.
Leaderboard is a score management system, now it uses self-hosted service.

## Basics

Expand Down Expand Up @@ -54,7 +54,7 @@ Where EndSend is an **bool** callback:

```
void EndSend(bool result) {
// If you get result == true, request is succeded
// If you get result == true, request is succeeded
}
```

Expand Down
2 changes: 1 addition & 1 deletion Docs/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ AddController<User>(new SaveUser());
```

After it, you can get/set user id with **User.Id**, name via **User.Name**, add/get external ids with **User.AddExternalId**/**User.FindExternalId** and all information has beed saved between sessions.
After it, you can get/set user id with **User.Id**, name via **User.Name**, add/get external ids with **User.AddExternalId**/**User.FindExternalId** and all information has been saved between sessions.

0 comments on commit 64632a1

Please sign in to comment.