Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set IG-88's gender to n/a; fix documentation for gender field #127

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/fixtures/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"edited": "2014-12-20T21:17:50.351Z",
"name": "IG-88",
"created": "2014-12-15T12:51:10.076Z",
"gender": "none",
"gender": "n/a",
"skin_color": "metal",
"hair_color": "none",
"height": "200",
Expand Down
2 changes: 1 addition & 1 deletion swapi/templates/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ A People resource is an individual person or character within the Star Wars univ
- ```eye_color``` *string*
-- The eye color of this person. Will be "unknown" if not known or "n/a" if the person does not have an eye.
- ```gender``` *string*
-- The gender of this person. Either "Male", "Female" or "unknown", "n/a" if the person does not have a gender.
-- 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.
- ```hair_color``` *string*
-- The hair color of this person. Will be "unknown" if not known or "n/a" if the person does not have hair.
- ```height``` *string*
Expand Down