-
Notifications
You must be signed in to change notification settings - Fork 804
Add documentation for array_find
RFC
#3465
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
Conversation
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 only suggested some markup changes on the first function, but these should be mimicked on the other ones.
f74160c
to
186ccfa
Compare
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.
Some stylistic suggestions to be double checked by Girgias. The refpurpose should not end with a dot and not be overly technical
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.
Some more markup changes that I missed, also please use <simpara>
instead of <para>
wherever possible.
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.
Thank you!
This pull request adds the documentation for the array_find RFC which introduced the methods
array_find
,array_find_key
,array_all
andarray_any
.