summaryrefslogtreecommitdiff
path: root/content/gemtext
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 19:44:21 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commitf702944c66794a9ddcbe2d1b792563bffc44f324 (patch)
treeaca86659dc06f2de0c48fade66655501234e5e7f /content/gemtext
parent210e7c0349b236bfc3b78ffac8ca667efdde1d2b (diff)
add emtpy line
Diffstat (limited to 'content/gemtext')
-rw-r--r--content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
index 76f6226f..1f9f2263 100644
--- a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
+++ b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
@@ -76,6 +76,7 @@ That's actually not really how it works in object oriented languages such as Jav
```
mult.calculate(mult,a,b));
```
+
How to overcome this? You need to take it further...
## Taking it further