Skip to content

Commit 779b100

Browse files
committed
Fixed warning in mono build.
1 parent 5fe14e4 commit 779b100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ninject.Extensions.Factory/BindToExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static IBindingWithOrOnSyntax<TInterface> NamedLikeFactoryMethod<TInterfa
128128

129129
/// <summary>
130130
/// Defines a conditional binding that is used when any ancestor was created over the specified GetXYZ factory method.
131-
/// <seealso cref="NamedLikeFactoryMethod"/>
131+
/// <seealso cref="NamedLikeFactoryMethod{TInterface,TFactory}"/>
132132
/// </summary>
133133
/// <typeparam name="TInterface">The type of the interface.</typeparam>
134134
/// <typeparam name="TFactory">The type of the factory.</typeparam>

0 commit comments

Comments
 (0)