-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update documentation for EDIT_DISTANCE function #10255
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
base: live
Are you sure you want to change the base?
Conversation
Clarified the definition and behavior of the EDIT_DISTANCE function, including details on maximum distance computation and return values.
|
@simonsabin : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit b1e42c1: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
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.
Pull request overview
This PR updates the documentation for the EDIT_DISTANCE function to provide clearer explanations of its behavior and parameters. The changes focus on improving the description of how the function calculates edit distance and how the maximum_distance parameter affects computation.
Key changes:
- Clarified the function's purpose to emphasize it calculates "distance" as the number of transformations
- Improved explanation of the maximum_distance parameter behavior
- Reorganized the Return value and Remarks sections for better clarity
- Added a second example demonstrating the maximum_distance parameter usage
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit 9973739: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit b697f0c: ✅ Validation status: passed
For more details, please refer to the build report. |
Clarified the definition and behavior of the EDIT_DISTANCE function, including details on maximum distance computation and return values.