Skip to content

Commit 5dae038

Browse files
authored
Merge pull request #16 from matkoniecz/patch-1
fix unterminated sentence
2 parents 8b80318 + 18af384 commit 5dae038

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

faq.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,9 @@ <h3>I don't want to program in C++. Can I use Osmium from other languages?</h3>
9999
<p>Yes. There is the <a href="/pyosmium/">PyOsmium</a> Python module (written
100100
by Sarah Hoffmann). There is also a now unsupported <a
101101
href="/node-osmium/">Node Osmium</a> NodeJS module for Javascript developers
102-
(written by Dane Springmeyer and Jochen Topf) and
103-
104-
Not all functionality available from C++ is available through those
105-
modules and you'll take a performance hit, but they are much easier to use
106-
for the average programmer.</p>
102+
(written by Dane Springmeyer and Jochen Topf). Not all functionality available
103+
from C++ is available through those modules and you'll take a performance hit,
104+
but they are much easier to use for the average programmer.</p>
107105

108106
<p>If you are interested in making Osmium available in other languages, come
109107
<a href="/contact.html">talk to us</a>.</p>

0 commit comments

Comments
 (0)