aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHerbert Thielen <thielen@hs-worms.de>2017-08-29 15:27:54 +0200
committerHerbert Thielen <thielen@hs-worms.de>2017-08-29 15:27:54 +0200
commitfe760e9c6d92f55c04c000ae65df2336ede42eea (patch)
tree8307b53795630f383ab0a3b78fa4022f615ca2a5 /README.md
parentb43bfcf49166599955ba3713952bc6c0e96b421b (diff)
downloadgoogletest-fe760e9c6d92f55c04c000ae65df2336ede42eea.tar.gz
googletest-fe760e9c6d92f55c04c000ae65df2336ede42eea.tar.bz2
googletest-fe760e9c6d92f55c04c000ae65df2336ede42eea.zip
fix typo: xUnit
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3efd2ebf..f858833d 100644
--- a/README.md
+++ b/README.md
@@ -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.