Skip to content

Commit

Permalink
Fix the typo (dotnet#100384)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSurprenant authored and Ruihan-Yin committed May 30, 2024
1 parent 7234c4e commit 6234efe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public interface IOptionsFactory<[DynamicallyAccessedMembers(Options.Dynamically
/// Returns a configured <typeparamref name="TOptions"/> instance with the given <paramref name="name"/>.
/// </summary>
/// <param name="name">The name of the <typeparamref name="TOptions"/> instance to create.</param>
/// <returns>The created <typeparamref name="TOptions"/> instance with thw given <paramref name="name"/>.</returns>
/// <returns>The created <typeparamref name="TOptions"/> instance with the given <paramref name="name"/>.</returns>
TOptions Create(string name);
}
}

0 comments on commit 6234efe

Please sign in to comment.