diff --git a/src/Workspaces/Core/Portable/Utilities/EditDistance.cs b/src/Workspaces/Core/Portable/Utilities/EditDistance.cs index bd8a7ecd4e4dda622bc5c2c5dceef59e621ea5c8..ea8628bf1651a4cd3af2242865a9d12e7d82f594 100644 --- a/src/Workspaces/Core/Portable/Utilities/EditDistance.cs +++ b/src/Workspaces/Core/Portable/Utilities/EditDistance.cs @@ -121,8 +121,8 @@ public int GetEditDistance(string other) ------------- And we can cap the search past the diagonals based on the threshold. For larger strings - With a small threshold, this can be very valuable. For example, if we had 10 char strings - with a a threshold of 2, we'd only have to search + with a small threshold, this can be very valuable. For example, if we had 10 char strings + with a threshold of 2, we'd only have to search ------------- | abcdefghij|