aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-29 19:30:38 -0400
committerGitHub <noreply@github.com>2017-08-29 19:30:38 -0400
commitb46755be30f940687e43b82800f1f052f628388c (patch)
tree38e5fd46df897b7702e74ac8bd568f5248c2d7ff
parentc4126e0463a82e710cc1a9928eca77c396614ca1 (diff)
parent58fd184c7f7a16401bb78eaec9e00b6e0a9581e9 (diff)
downloadgoogletest-b46755be30f940687e43b82800f1f052f628388c.tar.gz
googletest-b46755be30f940687e43b82800f1f052f628388c.tar.bz2
googletest-b46755be30f940687e43b82800f1f052f628388c.zip
Merge pull request #1229 from aninf-wo/hethi/typo-xUnit
fix typo: xUnit
-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.