Skip to content

Commit c426388

Browse files
committed
Set IG-88's gender to n/a; fix documentation for gender field
phalt#127
1 parent 51d2e80 commit c426388

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/fixtures/people.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"edited": "2014-12-20T21:17:50.351Z",
362362
"name": "IG-88",
363363
"created": "2014-12-15T12:51:10.076Z",
364-
"gender": "none",
364+
"gender": "n/a",
365365
"skin_color": "metal",
366366
"hair_color": "none",
367367
"height": "200",

swapi/templates/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ A People resource is an individual person or character within the Star Wars univ
201201
- ```eye_color``` *string*
202202
-- The eye color of this person. Will be "unknown" if not known or "n/a" if the person does not have an eye.
203203
- ```gender``` *string*
204-
-- The gender of this person. Either "Male", "Female" or "unknown", "n/a" if the person does not have a gender.
204+
-- The gender of this person. Either "male", "female" or "hermaphrodite". Will be "unknown" if not known or "n/a" if the person does not have a gender.
205205
- ```hair_color``` *string*
206206
-- The hair color of this person. Will be "unknown" if not known or "n/a" if the person does not have hair.
207207
- ```height``` *string*

0 commit comments

Comments
 (0)