Fixed grammar error.
authorEugen Sawin <sawine@me73.com>
Mon, 17 Jan 2011 14:23:13 +0100
changeset 39c0c882124ee5
parent 38 0efad4a12d71
child 40 7b8e3d283468
Fixed grammar error.
factory/v2011/howiwork.html
     1.1 --- a/factory/v2011/howiwork.html	Mon Jan 17 14:18:54 2011 +0100
     1.2 +++ b/factory/v2011/howiwork.html	Mon Jan 17 14:23:13 2011 +0100
     1.3 @@ -44,7 +44,7 @@
     1.4  for rapid prototyping, which fits perfectly into my method of working.</li>
     1.5  <li>
     1.6  <h4>Go. *</h4>
     1.7 -The goal of Go was to provide a general purpose programming language including a garbage collector and efficient methods for concurrency handling. The language shows some interesting concepts including a more dynamic approach on object orientation. The lack of generics and the ideology of not giving the programmer the same tools as the language designer have, made abandon it for the time being.</li>
     1.8 +The goal of Go was to provide a general purpose programming language including a garbage collector and efficient methods for concurrency handling. The language shows some interesting concepts including a more dynamic approach on object orientation. The lack of generics and the ideology of not giving the programmer the same tools as the language designer have, made me abandon it for the time being.</li>
     1.9  <li>
    1.10  <h4>Common Lisp. **</h4>
    1.11  I'm having fun on my path to enlightenment, mostly hacking in the dark.