Skip to content

Commit cdc8f26

Browse files
committed
fixing comments
1 parent 13446b2 commit cdc8f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ConventionTests/ConventionTests.NUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public ConventionData(params Type[] sourceTypes)
5151

5252

5353
/// <summary>
54-
/// list of assemblies to scan for types that our convention is related to. Can be null, in which case all assemblies starting with 'Als.' will be scanned
54+
/// list of assemblies to scan for types that our convention is related to. Can be null, in which case all assemblies starting with The same prefix as your test assembly will be scanned
5555
/// </summary>
5656
public Assembly[] Assemblies { get; set; }
5757

0 commit comments

Comments
 (0)