Skip to content

Commit 650cc97

Browse files
committed
Edit doc comment
1 parent 744d86d commit 650cc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/SilkTouch/SilkTouch/Mods/Common/ModUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ this PInvokeGeneratorConfiguration cfg
516516
/// <param name="fullNameWithoutSuffix">
517517
/// The fully-qualified attribute name including the namespace but without the <c>Attribute</c> suffix.
518518
/// </param>
519-
/// <returns>Whether it is probably a DllImport.</returns>
519+
/// <returns>Whether it is probably the specified attribute.</returns>
520520
public static bool IsAttribute(this AttributeSyntax node, string fullNameWithoutSuffix)
521521
{
522522
var sep = node.Name.ToString().Split("::").Last();

0 commit comments

Comments
 (0)