Make references to #includes consistent across docs

PiperOrigin-RevId: 554561504
Change-Id: Ia02ab6ac646bf6637d6f500a4aaedd14e0a04798
This commit is contained in:
Dino Radakovic
2023-08-07 12:44:13 -07:00
committed by Copybara-Service
parent 455fcb7773
commit 6abc9e3d79
3 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<!--* toc_depth: 3 *-->
This page lists the facilities provided by GoogleTest for writing test programs.
To use them, include the header `gtest/gtest.h`.
To use them, add `#include <gtest/gtest.h>`.
## Macros