We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b688e5c commit 1f029dfCopy full SHA for 1f029df
src/contrib/dependencyinjection/Akka.DependencyInjection/DependencyResolverSetup.cs
@@ -46,7 +46,7 @@ public static ServiceProviderSetup Create(IServiceProvider provider)
46
/// The <see cref="IDependencyResolver"/> will be used to access previously registered services
47
/// in the creation of actors and other pieces of infrastructure inside Akka.NET.
48
///
49
- /// The constructor is internal. Please use <see cref="DependencyResolverSetup.Create"/> to create a new instance.
+ /// The constructor is internal. Please use <see cref="Create(IServiceProvider)"/> to create a new instance.
50
/// </summary>
51
public class DependencyResolverSetup : Setup
52
{
0 commit comments