diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bash_code_style.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/bash_code_style.rst b/docs/bash_code_style.rst index 3af2bb7ba6..5a73d7b736 100644 --- a/docs/bash_code_style.rst +++ b/docs/bash_code_style.rst @@ -184,8 +184,7 @@ Bash options + "Near start" means "before any nontrivial code". - + Basically only copyright and long high-level comments are - RECOMMENDED to appear before. + + Basically only copyright is RECOMMENDED to appear before. + Also code MUST put the line near start of function bodies and subshell invocations. |