Skip to content

Commit 76124b6

Browse files
committed
[fix] Height unit correction in people.json
Adapted from phalt#146
1 parent d40e8bd commit 76124b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/schemas/people.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"height": {
1212
"type": "string",
13-
"description": "The height of this person in meters."
13+
"description": "The height of this person in centimeters."
1414
},
1515
"mass": {
1616
"type": "string",

0 commit comments

Comments
 (0)