From 8a6fe77f7110defe92a6db261d2fc7a41d4e666c Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 29 May 2018 21:48:53 +1000 Subject: [PATCH] docs: remove unneeded dashes --- doc_src/index.hdr.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 12aa8f3a7..29555861c 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -795,9 +795,9 @@ Variables can be explicitly set to be exported with the `-x` or `--export` switc -# If a variable is not explicitly set to be either exported or not exported and has never before been defined, the variable will not be exported. --# If a variable has local-scope and is exported, any function called receives a _copy_ of it, so any changes it makes to the variable disappear once the function returns. +-# If a variable has local scope and is exported, any function called receives a _copy_ of it, so any changes it makes to the variable disappear once the function returns. --# If a variable has global-scope, it is accessible read-write to functions whether it is exported or not. +-# If a variable has global scope, it is accessible read-write to functions whether it is exported or not. \subsection variables-arrays Arrays