diff --git a/src/StronglyTypedIds.Attributes/StronglyTypedIdDefaultsAttribute.cs b/src/StronglyTypedIds.Attributes/StronglyTypedIdDefaultsAttribute.cs
index c4518e1ef..4ef1c9986 100644
--- a/src/StronglyTypedIds.Attributes/StronglyTypedIdDefaultsAttribute.cs
+++ b/src/StronglyTypedIds.Attributes/StronglyTypedIdDefaultsAttribute.cs
@@ -51,6 +51,10 @@ public StronglyTypedIdDefaultsAttribute(string templateName)
/// Templates must be added to the project using the format NAME.typedid,
/// where NAME is the name of the template passed in .
///
+ /// The names of additional custom templates to use to generate the ID.
+ /// Templates must be added to the project using the format NAME.typedid,
+ /// where NAME is the name of the template passed in .
+ ///
public StronglyTypedIdDefaultsAttribute(string templateName, params string[] templateNames)
{
}
diff --git a/test/StronglyTypedIds.Tests/Snapshots/EmbeddedResourceTests.EmittedResourceIsSameAsCompiledResource_resource=StronglyTypedIdDefaultsAttribute.verified.txt b/test/StronglyTypedIds.Tests/Snapshots/EmbeddedResourceTests.EmittedResourceIsSameAsCompiledResource_resource=StronglyTypedIdDefaultsAttribute.verified.txt
index 3dd6d36b4..008c4ecb3 100644
--- a/test/StronglyTypedIds.Tests/Snapshots/EmbeddedResourceTests.EmittedResourceIsSameAsCompiledResource_resource=StronglyTypedIdDefaultsAttribute.verified.txt
+++ b/test/StronglyTypedIds.Tests/Snapshots/EmbeddedResourceTests.EmittedResourceIsSameAsCompiledResource_resource=StronglyTypedIdDefaultsAttribute.verified.txt
@@ -53,6 +53,10 @@ namespace StronglyTypedIds
/// Templates must be added to the project using the format NAME.typedid,
/// where NAME is the name of the template passed in .
///
+ /// The names of additional custom templates to use to generate the ID.
+ /// Templates must be added to the project using the format NAME.typedid,
+ /// where NAME is the name of the template passed in .
+ ///
public StronglyTypedIdDefaultsAttribute(string templateName, params string[] templateNames)
{
}