Skip to content

Commit cda0937

Browse files
committed
Fixed typo
1 parent e17a06d commit cda0937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ TestStack.ConventionTests also will generate a convention report of the conventi
1414
public void DomainHasVirtualMethodsConvention()
1515
{
1616
// Define some data
17-
var nHibernateEntities = Tpes.InAssemblyOf<SampleDomainClass>()
17+
var nHibernateEntities = Types.InAssemblyOf<SampleDomainClass>()
1818
.ConcreteTypes().InNamespace(typeof (SampleDomainClass).Namespace)
1919
.ToTypes("nHibernate Entitites");
2020

0 commit comments

Comments
 (0)