Fix <code> markup.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-01-08 22:45:46 +01:00
parent e9b0ceb4c9
commit 8937ac77e6
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
link:{uri-mastodon-cpp}[mastodon-cpp].
We aim to create a library that is comfortable, yet minimal. All API endpoints
from Mastodon and Pleroma are stored in `enum class`es, to counteract typos and
from Mastodon and Pleroma are stored in ``enum class``es, to counteract typos and
make your life easier. The network-facing code is built on
link:{uri-curl}[libcurl], a mature and stable library that is available on
virtually every operating system. The library does not parse the responses