Remove extra backtick...

This commit is contained in:
RicoAntonioFelix 2015-09-25 22:02:05 -04:00
parent c813800c1a
commit d43d484417

View File

@ -10379,7 +10379,7 @@ Examples are `.hh` and `.cxx`. Use such names equivalently.
**Enforcement**:
* Flag non-conventional file names.
* Check that `.h` and `.cpp`` (and equivalents) follow the rules below.
* Check that `.h` and `.cpp` (and equivalents) follow the rules below.
<a name="Rs-inline"></a>