diff options
author | David Robillard <d@drobilla.net> | 2019-03-24 19:39:40 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-03-24 21:23:03 +0100 |
commit | 76a93ab3ad0beeb194a58e6a272131efc8c3ffd9 (patch) | |
tree | f5cb3c8a83f2f28ba77ca0f67703f3bf9967544e /lv2 | |
parent | 8c5541cbe44d10769cc4d6c72c9cb142ca7a4c20 (diff) | |
download | lv2-76a93ab3ad0beeb194a58e6a272131efc8c3ffd9.tar.xz |
Fix documentation typo
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/core/lv2core.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/core/lv2core.ttl b/lv2/core/lv2core.ttl index b6e5a7c..cd32a6d 100644 --- a/lv2/core/lv2core.ttl +++ b/lv2/core/lv2core.ttl @@ -45,7 +45,7 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules" C/C++ which can be dynamically loaded into many applications, or <q>hosts</q>. This <q>core</q> specification is simple and minimal, but is designed so that <q>extensions</q> can be defined to add more advanced features, making it -possibly to implement nearly any feature imaginable.</p> +possible to implement nearly any feature imaginable.</p> <p>LV2 maintains a strong distinction between <q>code</q> and <q>data</q>. Plugin code is in a shared library, while data is in a companion data file |