diff options
Diffstat (limited to 'appendixa/bison-desc.xml')
-rw-r--r-- | appendixa/bison-desc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendixa/bison-desc.xml b/appendixa/bison-desc.xml index f360f9fbd..7f379cbfe 100644 --- a/appendixa/bison-desc.xml +++ b/appendixa/bison-desc.xml @@ -42,7 +42,7 @@ the next thing that the computer sees is the result of 2*3 and the number 1 which are joined by the add symbol. Adding 1 to the previous result makes 7. In calculating the most complex calculations can be broken down in this tree format and the computer just starts at the -bottom and works it's way up to the top and comes with the correct +bottom and works its way up to the top and comes with the correct answer. Of course, Bison isn't only used for calculators alone.</para> </sect2> |