Skip to content

Commit 1f029df

Browse files
authored
[fix][DependencyResolverSetup] Ambiguous reference in cref attribute (#6678)
1 parent b688e5c commit 1f029df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contrib/dependencyinjection/Akka.DependencyInjection/DependencyResolverSetup.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static ServiceProviderSetup Create(IServiceProvider provider)
4646
/// The <see cref="IDependencyResolver"/> will be used to access previously registered services
4747
/// in the creation of actors and other pieces of infrastructure inside Akka.NET.
4848
///
49-
/// The constructor is internal. Please use <see cref="DependencyResolverSetup.Create"/> to create a new instance.
49+
/// The constructor is internal. Please use <see cref="Create(IServiceProvider)"/> to create a new instance.
5050
/// </summary>
5151
public class DependencyResolverSetup : Setup
5252
{

0 commit comments

Comments
 (0)