Grammar fix. Avoid starting sentence with "And".
This commit is contained in:
parent
c51706e25a
commit
56f7702269
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14092
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@
|
|||
the operating system—or even writing your own operating
|
||||
system! It is also useful if you need to write very efficient
|
||||
code, as the compiler can take its time and optimise the code,
|
||||
which would not be acceptable in an interpreter. And
|
||||
which would not be acceptable in an interpreter. Moreover,
|
||||
distributing a program written for a compiler is usually more
|
||||
straightforward than one written for an interpreter—you
|
||||
can just give them a copy of the executable, assuming they
|
||||
|
|
Loading…
Reference in a new issue