diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-08-29 19:30:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-29 19:30:38 -0400 |
commit | b46755be30f940687e43b82800f1f052f628388c (patch) | |
tree | 38e5fd46df897b7702e74ac8bd568f5248c2d7ff | |
parent | c4126e0463a82e710cc1a9928eca77c396614ca1 (diff) | |
parent | 58fd184c7f7a16401bb78eaec9e00b6e0a9581e9 (diff) | |
download | googletest-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |