Browse Source

Fix typo

pull/3713/head
Siegfried Pammer 4 weeks ago
parent
commit
f987a6b041
  1. 2
      ICSharpCode.Decompiler/CSharp/CallBuilder.cs

2
ICSharpCode.Decompiler/CSharp/CallBuilder.cs

@ -564,7 +564,7 @@ namespace ICSharpCode.Decompiler.CSharp @@ -564,7 +564,7 @@ namespace ICSharpCode.Decompiler.CSharp
}
if (constrainedTo != null && targetExpr is MemberReferenceExpression { Target: CastExpression cast })
{
cast.AddChild(new Comment("cast due to .constrained prefix", CommentType.MultiLine), Roles.Comment);
cast.AddChild(new Comment("cast due to constrained. prefix", CommentType.MultiLine), Roles.Comment);
}
}
else

Loading…
Cancel
Save