fix typo: xUnit

This commit is contained in:
Herbert Thielen 2017-08-29 15:27:54 +02:00
parent b43bfcf491
commit fe760e9c6d

View File

@ -26,7 +26,7 @@ in its interior [googletest/README.md](googletest/README.md) file.
## Features ##
* An [XUnit](https://en.wikipedia.org/wiki/XUnit) test framework.
* An [xUnit](https://en.wikipedia.org/wiki/XUnit) test framework.
* Test discovery.
* A rich set of assertions.
* User-defined assertions.