Fixed grammar error on line 541 in Bash-Prog-Intro-HOWTO.sgml

This commit is contained in:
Thomas Jaensch 2016-03-31 15:42:04 -04:00
parent 5385b26417
commit 40e9799366
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ Functions
</verb></tscreen> </verb></tscreen>
<P> Lines 2-4 contain the 'quit' function. Lines 5-7 contain the 'hello' function <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!. 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 <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. called, second the 'quit' function, and the program never reaches line 10.
</sect1> </sect1>