Merge pull request #55 from tjaensch/master

Fixed grammar error on line 541 in Bash-Prog-Intro-HOWTO.sgml
This commit is contained in:
Martin A. Brown 2016-03-31 21:05:54 -07:00
commit 91881d48ac
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ Functions
</verb></tscreen>
<P> Lines 2-4 contain the 'quit' function. Lines 5-7 contain the 'hello' function
If you are not absolutely sure about what this script does, please try it!.
<P> Notice that a functions don't need to be declared in any specific order.
<P> Notice that functions don't need to be declared in any specific order.
<P> When running the script you'll notice that first: the function 'hello' is
called, second the 'quit' function, and the program never reaches line 10.
</sect1>