summaryrefslogtreecommitdiff
path: root/content/html/gemfeed/2016-11-20-methods-in-c.html
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-02 16:41:28 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit7bcd33dba38209753e441217536cc9bde1929f9a (patch)
tree195257c723124e41539d6222a11b6184b431ed0a /content/html/gemfeed/2016-11-20-methods-in-c.html
parent8c2fce29739692816ad67eaa315e30db9316c129 (diff)
Use an AI to correct some of the grammar
Diffstat (limited to 'content/html/gemfeed/2016-11-20-methods-in-c.html')
-rw-r--r--content/html/gemfeed/2016-11-20-methods-in-c.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/html/gemfeed/2016-11-20-methods-in-c.html b/content/html/gemfeed/2016-11-20-methods-in-c.html
index 0a5c79e7..5d39c258 100644
--- a/content/html/gemfeed/2016-11-20-methods-in-c.html
+++ b/content/html/gemfeed/2016-11-20-methods-in-c.html
@@ -82,7 +82,7 @@ mult.calculate(mult,a,b));
</pre>
<p>How to overcome this? You need to take it further...</p>
<h2>Taking it further</h2>
-<p>If you want to take it further type "Object-Oriented Programming with ANSI-C" into your favourite internet search engine, you will find some crazy stuff. Some go as far as writing a C preprocessor in AWK, which takes some object oriented pseudo-C and transforms it to plain C so that the C compiler can compile it to machine code. This is actually similar to how the C++ language had its origins.</p>
-<p>E-Mail me your throughts at comments@mx.buetow.org!</p>
+<p>If you want to take it further type "Object-Oriented Programming with ANSI-C" into your favorite internet search engine, you will find some crazy stuff. Some go as far as writing a C preprocessor in AWK, which takes some object oriented pseudo-C and transforms it to plain C so that the C compiler can compile it to machine code. This is actually similar to how the C++ language had its origins.</p>
+<p>E-Mail me your thoughts at comments@mx.buetow.org!</p>
</body>
</html>