aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-30 14:51:36 -0400
committerGitHub <noreply@github.com>2017-08-30 14:51:36 -0400
commitfa70b84ab51e9af75d5c6ce0299a3d1950bde686 (patch)
tree1f3d095581ba1997ca72f844cad8076584062f6f
parentc4e01616af01e0518b48aa12a488347a63e0839c (diff)
downloadgoogletest-fa70b84ab51e9af75d5c6ce0299a3d1950bde686.tar.gz
googletest-fa70b84ab51e9af75d5c6ce0299a3d1950bde686.tar.bz2
googletest-fa70b84ab51e9af75d5c6ce0299a3d1950bde686.zip
Removed "Trivial"
Who knows? may not be very trivial given the code drift between internal and OSS
-rw-r--r--googletest/docs/DevGuide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/DevGuide.md b/googletest/docs/DevGuide.md
index cffbe8f5..88a3de9f 100644
--- a/googletest/docs/DevGuide.md
+++ b/googletest/docs/DevGuide.md
@@ -102,7 +102,7 @@ Please do submit code. Here's what you need to do:
1. Create a Pull Request in the usual way.
If you are a Googler, it is preferable to first create an internal change and
-have it reviewed and submitted, and then create a trivial upstreaming pull
+have it reviewed and submitted, and then create an upstreaming pull
request here.
## Google Test Committers ##