Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerrg committed Sep 23, 2019
1 parent 725aebe commit e032c9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csug/system.stex
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ of \var{input-port} as previously created by functions like \scheme{compile-file
The return value is the value of the last expression whose compiled
form is in \var{input-port}. If \var{input-port} is empty, then the
result value is unspecified.
The port left at end-of-file but is not closed.
The port is left at end-of-file but is not closed.


%----------------------------------------------------------------------------
Expand All @@ -1015,7 +1015,7 @@ of \var{input-port} as previously created by functions like \scheme{compile-file
The return value is the value of the last expression whose last non-revisit compiled
form is in \var{input-port}. If there are no such forms, then the
result value is unspecified.
The port left at end-of-file but is not closed.
The port is left at end-of-file but is not closed.


%----------------------------------------------------------------------------
Expand All @@ -1034,7 +1034,7 @@ of \var{input-port} as previously created by functions like \scheme{compile-file
The return value is the value of the last expression whose last non-visit compiled
form is in \var{input-port}. If there are no such forms, then the
result value is unspecified.
The port left at end-of-file but is not closed.
The port is left at end-of-file but is not closed.


%----------------------------------------------------------------------------
Expand Down

0 comments on commit e032c9e

Please sign in to comment.