Skip to content

Commit ca54e21

Browse files
committed
fix comment
1 parent a83d93f commit ca54e21

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/AspectCore.Core/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@
2828
"e15b6849fbabea83fc9b8b6abf959e606f5e51b268a6a6c2d4757bbc3ae33689373faaedf61077" +
2929
"59678c9b")]
3030
#endif
31-
32-
[assembly: InternalsVisibleTo("AspectCore.Tests")]

src/AspectCore.Core/Utils/ProxyGeneratorUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ internal static void DefineClassProxyMethods(Type serviceType, Type implType, Ty
426426
if (overriden != null)
427427
{
428428
// if method is the base definition of the overriden method, the CovariantReturnMethod is not in serviceType, so we need to add CovariantReturnMethod to implType.
429-
// otherwise, the CovariantReturnMethod is also in serviceType, which will be added to implType next for-loops.
429+
// otherwise, the CovariantReturnMethod is also in serviceType, which will be added to implType in next for-loops.
430430
if (overriden.GetBaseDefinition() == method)
431431
{
432432
DefineClassMethod(covariantReturnMethod.CovariantReturnMethod, implType, typeDesc);

0 commit comments

Comments
 (0)