fixed typos, small corrections

This commit is contained in:
Torsten Ruger
2014-05-28 20:52:26 +03:00
parent f799c701dc
commit 7c501654ec
7 changed files with 19 additions and 21 deletions

View File

@ -72,7 +72,7 @@ title: Ruby in Ruby is 100% ruby
everyone is fooled into believing only c is fast. Whereas what is true is that <em>static</em> code is fast.
</p>
<p>
On a very similar note there we are lead to believe that os features must be used from c. Whereas system calls
On a very similar note we are lead to believe that os features must be used from c. Whereas system calls
are software interrupts and only the c std library makes them look like c functions. But they are not.
</p>
<p>