Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLorenzi committed Sep 30, 2018
1 parent b9bc555 commit a765372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSONModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The root object of the file is a Stack object.
## Stack
- "cards": an array of the Card objects, in right order
- "backgrounds": an array of the Background objects, in right order
- "password_hash": a PasswordHash object. May be null.
- "password_hash": an integer. May be null.
- "user_level": an integer from 1 to 5
- "cant_abort": a boolean
- "cant_delete": a boolean
Expand Down

0 comments on commit a765372

Please sign in to comment.