We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docs for a person states for the gender member:
gender
The gender of this person. Either "Male", "Female" or "unknown", "n/a" if the person does not have a gender.
"Male" and "Female" are incorrect values; it should be "male" and "female".
"Male"
"Female"
"male"
"female"
Jabba's gender is "hermaphrodite" (though according to canon, Hutts now have a single sex and Jabba is male)
IG-88's gender is "none" - this should be "n/a"
"n/a"
The text was updated successfully, but these errors were encountered:
starwars
I would like to work on it ,can you explain me further?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The docs for a person states for the
gender
member:"Male"
and"Female"
are incorrect values; it should be"male"
and"female"
.Jabba's gender is "hermaphrodite" (though according to canon, Hutts now have a single sex and Jabba is male)
IG-88's gender is "none" - this should be
"n/a"
The text was updated successfully, but these errors were encountered: