Merge pull request #1185 from eduherminio/master
Fix punctuation in docs
This commit is contained in:
		
						commit
						5b1afde7b3
					
				@ -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 ##
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user