Update documentation for EDIT_DISTANCE function#10255
Update documentation for EDIT_DISTANCE function#10255simonsabin wants to merge 3 commits intoMicrosoftDocs:livefrom
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.
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. |
|
#assign:rwestMSFT |
|
@simonsabin Since this edit removes a lot of existing information from There's an internal PR that takes your suggestions into consideration, which is in review. When that merges, this one will close automatically. |
Clarified the definition and behavior of the EDIT_DISTANCE function, including details on maximum distance computation and return values.