summaryrefslogtreecommitdiff
path: root/docs/reference/assertions.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/assertions.md')
-rw-r--r--docs/reference/assertions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/assertions.md b/docs/reference/assertions.md
index aa1dbc04bd19..492ff5ef6937 100644
--- a/docs/reference/assertions.md
+++ b/docs/reference/assertions.md
@@ -1,7 +1,7 @@
# Assertions Reference
This page lists the assertion macros provided by GoogleTest for verifying code
-behavior. To use them, include the header `gtest/gtest.h`.
+behavior. To use them, add `#include <gtest/gtest.h>`.
The majority of the macros listed below come as a pair with an `EXPECT_` variant
and an `ASSERT_` variant. Upon failure, `EXPECT_` macros generate nonfatal