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 7a14974 commit a420fa4Copy full SHA for a420fa4
sources/SilkTouch/SilkTouch/Naming/NameUtils.cs
@@ -114,7 +114,7 @@ public static string FindCommonPrefix(
114
/// Finds a common prefix in a set of names with respect to the word boundaries
115
/// </summary>
116
/// <param name="names">Set of names, snake_case</param>
117
- /// <param name="allowFullMatch">Allows result to be a a full match with one of the names</param>
+ /// <param name="allowFullMatch">Allows result to be a full match with one of the names</param>
118
/// <param name="maxLen">Match length limit</param>
119
/// <param name="naive">
120
/// Just match the start of the strings, don't bother checking for obvious name separation gaps.
0 commit comments