-
Notifications
You must be signed in to change notification settings - Fork 1
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
Documentation #8
Conversation
/// exists in the set will update its value, otherwise will add a new | ||
/// attribute to the set. | ||
/// exists in the list will update its value, otherwise will add a new | ||
/// attribute to the list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this sounds better: If the attribute already exists in the list, update its value, otherwise add a new attribute to the list.
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Except for those minor corrections, it looks very good! 👍 |
If you're done with docs, I'll try the 'Update branch' button and merge this... |
👍 |
Hmm... A reverse merge! Now there'll be another merge commit! |
Hmm, yeah, I prefer GitLab's "rebase branch". I could rebase and force push this if you want? |
Alright! I was almost at the merge button!! |
Adds documentation for all public items and enables the warning for missing it. Had to add an implementation of
Eq
toToken
to make the doc tests for that easy to write, but I think it makes sense to have it; as far as I can tell the only way it can sort of fail is if you have duplicated attributes in different orders.