-
Notifications
You must be signed in to change notification settings - Fork 832
Fix incorrect function name and description for xdiff_string_rabdiff() #4996
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
Fix incorrect function name and description for xdiff_string_rabdiff() #4996
Conversation
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
| &reftitle.description; | ||
| <methodsynopsis> | ||
| <type>string</type><methodname>xdiff_string_bdiff</methodname> | ||
| <type>string|false</type><methodname>xdiff_string_rabdiff</methodname> |
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.
This is not how union types are tagged.
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.
My bad. I didn't see that.
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.
Fixing it
This PR fixes the
xdiff_string_rabdiff()documentation, which incorrectly displayed the function name and description forxdiff_string_bdiff().Changes:
Issue here #4987