diff --git a/wiki/Test.wiki b/wiki/Test.wiki index c0fb576d3..42aa5ec27 100644 --- a/wiki/Test.wiki +++ b/wiki/Test.wiki @@ -2,7 +2,7 @@ = Introduction = -Add your content here. Sometimes, you need {{{INLINE_CODE()}}}, to mention function names and such. +Add your content here. Sometimes, you need `INLINE_CODE()`, to mention function names and such. {{{ ASSERT_EQ(x.size(), y.size()) << "Vectors x and y are of unequal length";