Avoid informal usage of 'you'

This commit is contained in:
ceriel
1991-11-19 13:37:20 +00:00
parent e2494bc20b
commit e9bb2115f1
7 changed files with 13 additions and 13 deletions

View File

@@ -15,8 +15,8 @@ that can reach B without going through C.
.PP
As an example of how the algorithm works,
consider the piece of program of Fig. 4.1.
First just look at the program and think for
yourself what part of the code constitutes the loop.
First just look at the program and try to
see what part of the code constitutes the loop.
.DS
loop
if cond then 1

View File

@@ -133,7 +133,7 @@ l l.
.DE
In this way an item on the fake-stack always contains
the necessary information.
As you see, EM expressions are parsed bottum up.
EM expressions are parsed bottum up.
.NH 3
Updating entities
.PP