diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-11-14 15:39:10 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-11-14 15:56:58 +0900 |
commit | 19a7a7660c34c862689f99b4f9b0447be92cbffb (patch) | |
tree | 679adb8ee56d4f9d23e2f0199b2c9cb6da73d98c /doc/command_injection.rdoc | |
parent | caa9881fde884238e38c2decea97ecfca559280c (diff) |
[DOC] Adjust heading levels
So that the first headings would be the top-most headings.
Diffstat (limited to 'doc/command_injection.rdoc')
-rw-r--r-- | doc/command_injection.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/command_injection.rdoc b/doc/command_injection.rdoc index 4408b1839d..246b2e6afe 100644 --- a/doc/command_injection.rdoc +++ b/doc/command_injection.rdoc @@ -1,4 +1,4 @@ -== Command Injection += Command Injection Some Ruby core methods accept string data that includes text to be executed as a system command. |