Skip to content

Commit 6c6baca

Browse files
committed
Adjust doc comment wording for IdentifySharedPrefixes._passCount
1 parent a737fe6 commit 6c6baca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/SilkTouch/SilkTouch/Mods/IdentifySharedPrefixes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class IdentifySharedPrefixes(IOptionsSnapshot<IdentifySharedPrefixes.Conf
2323
{
2424
/// <summary>
2525
/// This was from the original NameTrimmer code
26-
/// Quoting from the original documentation:
26+
/// Referencing the original documentation:
2727
/// The second pass does not use <see cref="GetTrimmingName"/>.
2828
/// The third pass uses naive prefix detection for <see cref="GetPrefix"/>.
2929
/// </summary>

0 commit comments

Comments
 (0)