Merge pull request #13 from pocketberserker/patch-1

Fixed typo in class documentation
This commit is contained in:
Rob Prouse 2016-06-04 11:01:06 -04:00
Родитель 4fbfa1011b 8fd2d4dcbe
Коммит 45a3e2ea60
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -43,7 +43,7 @@ namespace TestGeneration.Extensions.IntelliTest.NUnit
/// <summary>
/// NUnit 2 test framework
/// NUnit 3 test framework
/// </summary>
[Serializable]
sealed class NUnitTestFramework : AttributeBasedTestFrameworkBase
@ -390,4 +390,4 @@ namespace TestGeneration.Extensions.IntelliTest.NUnit
return false;
}
}
}
}