From 3339b97c6a7fb908cd343ff8251d86782ea264a8 Mon Sep 17 00:00:00 2001 From: Krystian Kuzniarek Date: Mon, 16 Sep 2019 19:11:20 +0200 Subject: square away the stuff that hasn't been merged in a manual review This fixes up f2fb48c3 (a manual merge) that has abandoned some things from PR #2407. --- googletest/docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'googletest/docs') diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md index 3e5f779d..c30ef85e 100644 --- a/googletest/docs/advanced.md +++ b/googletest/docs/advanced.md @@ -465,7 +465,7 @@ You can call the function to assert that types `T1` and `T2` are the same. The function does nothing if the assertion is satisfied. If the types are different, the function call will fail to compile, the compiler error message will say that -`type1 and type2 are not the same type` and most likely (depending on the compiler) +`T1 and T2 are not the same type` and most likely (depending on the compiler) show you the actual values of `T1` and `T2`. This is mainly useful inside template code. -- cgit v1.2.3