From d622dfe8abf5d7fadde543a851b43e3a063cc795 Mon Sep 17 00:00:00 2001
From: Rong Ou <rong.ou@gmail.com>
Date: Tue, 9 Apr 2019 10:04:58 -0700
Subject: [PATCH] add missing period

---
 googletest/docs/primer.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/googletest/docs/primer.md b/googletest/docs/primer.md
index fb96cdf9..7a5e4db9 100644
--- a/googletest/docs/primer.md
+++ b/googletest/docs/primer.md
@@ -65,7 +65,7 @@ The term _Test_ is commonly of broad enough sense, including ISTQB's definition
 of _Test Case_, so it's not much of a problem here. But the term _Test Case_ as
 was used in Google Test is of contradictory sense and thus confusing.
 
-googletest recently started replacing the term _Test Case_ by _Test Suite_ The
+googletest recently started replacing the term _Test Case_ by _Test Suite_. The
 preferred API is TestSuite*. The older TestCase* API is being slowly deprecated
 and refactored away