Skip to content

Commit

Permalink
[fix] Height unit correction in people.json
Browse files Browse the repository at this point in the history
Adapted from phalt#146
  • Loading branch information
erlendr committed Apr 11, 2020
1 parent d40e8bd commit 76124b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/schemas/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"height": {
"type": "string",
"description": "The height of this person in meters."
"description": "The height of this person in centimeters."
},
"mass": {
"type": "string",
Expand Down

0 comments on commit 76124b6

Please sign in to comment.