Fix README typos

PiperOrigin-RevId: 225054712
Change-Id: I26e8bc3ef04fe96a4640e50ba4b635d4aa72cc50
This commit is contained in:
Michael Pratt
2018-12-11 12:57:09 -08:00
committed by Shentubot
parent cbe3c20e4e
commit 437f567ff7
+1 -1
View File
@@ -86,7 +86,7 @@ SyscallFailsWithErrno(...)
The test utilties are written as RAII classes. These utilities should be
preferred over custom test harnesses.
Local class instances should be preferred, whereever possible, over full test
Local class instances should be preferred, wherever possible, over full test
fixtures.
A test utility should be created when there is more than one test that requires