We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cfe77 commit 8e032acCopy full SHA for 8e032ac
csharp/extractor/Semmle.Util/FuzzyDictionary.cs
@@ -17,7 +17,7 @@ namespace Semmle.Util
17
/// The algorithm locates the closest match to a string based on a "distance function".
18
///
19
/// Whilst many distance functions are possible, a bespoke algorithm is used here,
20
- /// for efficiency and suitablility for the domain.
+ /// for efficiency and suitability for the domain.
21
22
/// The distance is defined as the Hamming Distance of the numbers in the string.
23
/// Each string is split into the base "form" (stripped of numbers) and a vector of
0 commit comments