summaryrefslogtreecommitdiffstats
path: root/googletest/docs/AdvancedGuide.md
diff options
context:
space:
mode:
authorEduardo Cáceres <eduherminio@users.noreply.github.com>2017-08-09 12:10:23 (GMT)
committerGitHub <noreply@github.com>2017-08-09 12:10:23 (GMT)
commit67fcf00703aab3d9736ac7d49cfefc16fe4482c3 (patch)
tree779a91919f1f1b96f72fce4300518baf84f45fed /googletest/docs/AdvancedGuide.md
parent461713fec4603806d2049835c0790bf94d2db631 (diff)
downloadgoogletest-67fcf00703aab3d9736ac7d49cfefc16fe4482c3.zip
googletest-67fcf00703aab3d9736ac7d49cfefc16fe4482c3.tar.gz
googletest-67fcf00703aab3d9736ac7d49cfefc16fe4482c3.tar.bz2
Missing periods
Diffstat (limited to 'googletest/docs/AdvancedGuide.md')
-rw-r--r--googletest/docs/AdvancedGuide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/docs/AdvancedGuide.md b/googletest/docs/AdvancedGuide.md
index 514bc35..a454bf4 100644
--- a/googletest/docs/AdvancedGuide.md
+++ b/googletest/docs/AdvancedGuide.md
@@ -128,7 +128,7 @@ c is 10<br>
1. If you see a compiler error "no matching function to call" when using `ASSERT_PRED*` or `EXPECT_PRED*`, please see [this FAQ](FAQ.md#the-compiler-complains-no-matching-function-to-call-when-i-use-assert_predn-how-do-i-fix-it) for how to resolve it.
1. Currently we only provide predicate assertions of arity <= 5. If you need a higher-arity assertion, let us know.
-_Availability_: Linux, Windows, Mac
+_Availability_: Linux, Windows, Mac.
### Using a Function That Returns an AssertionResult ###
@@ -1444,7 +1444,7 @@ absolutely have to test non-public interface code though, you can. There are
two cases to consider:
* Static functions (_not_ the same as static member functions!) or unnamed namespaces, and
- * Private or protected class members
+ * Private or protected class members.
## Static Functions ##