Grammar fix. Avoid starting sentence with "And".

This commit is contained in:
Giorgos Keramidas 2002-08-30 20:55:12 +00:00
parent c51706e25a
commit 56f7702269
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14092

View file

@ -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