diff --git a/doc/command_injection.rdoc b/doc/command_injection.rdoc index 8f1303bcf7..af09be23f0 100644 --- a/doc/command_injection.rdoc +++ b/doc/command_injection.rdoc @@ -8,7 +8,7 @@ They should not be called with unknown or unsanitized commands. These methods include: - Kernel.system -- {`command` (backtick method)}[rdoc-ref:Kernel#`] +- {\`command` (backtick method)}[rdoc-ref:Kernel#`] (also called by the expression %x[command]). - IO.popen(command). - IO.read(command).