Skip to content

Commit a420fa4

Browse files
committed
Fix typo
1 parent 7a14974 commit a420fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/SilkTouch/SilkTouch/Naming/NameUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public static string FindCommonPrefix(
114114
/// Finds a common prefix in a set of names with respect to the word boundaries
115115
/// </summary>
116116
/// <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>
117+
/// <param name="allowFullMatch">Allows result to be a full match with one of the names</param>
118118
/// <param name="maxLen">Match length limit</param>
119119
/// <param name="naive">
120120
/// Just match the start of the strings, don't bother checking for obvious name separation gaps.

0 commit comments

Comments
 (0)