summaryrefslogtreecommitdiffstats
path: root/mfbt/tests/TestTypeTraits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mfbt/tests/TestTypeTraits.cpp')
-rw-r--r--mfbt/tests/TestTypeTraits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mfbt/tests/TestTypeTraits.cpp b/mfbt/tests/TestTypeTraits.cpp
index e51831e50..93f9b3d0f 100644
--- a/mfbt/tests/TestTypeTraits.cpp
+++ b/mfbt/tests/TestTypeTraits.cpp
@@ -375,7 +375,7 @@ static_assert(IsDestructible<TrivialDestructible>::value,
namespace CPlusPlus11IsBaseOf {
-// Adapted from C++11 ?? 20.9.6.
+// Adapted from C++11 ยง 20.9.6.
struct B {};
struct B1 : B {};
struct B2 : B {};