aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-03 03:29:33 +0000
committerDavid Robillard <d@drobilla.net>2011-03-03 03:29:33 +0000
commit422a2211ccdc8f7d29576ab4830ce3481159eb60 (patch)
tree45bcccbebbdfbd3e357924e3a91b2266b1050d13
parentb19cbe8c841055455759d2ba4847f617fdb18d43 (diff)
downloadlv2-422a2211ccdc8f7d29576ab4830ce3481159eb60.tar.xz
Fix line wrapping.
-rw-r--r--core.lv2/lv2.ttl9
1 files changed, 5 insertions, 4 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl
index d0cdaeb..94dcfd5 100644
--- a/core.lv2/lv2.ttl
+++ b/core.lv2/lv2.ttl
@@ -139,10 +139,11 @@ the functions provided by a plugin are divided into classes:</p>
<dd>run(), connect_port()</dd>
</dl>
-<p>Extensions to this specification which add new plugin functions MUST declare in
-which of these classes the functions belong, or define new classes for them. Extensions
-which add new host-provided functions MUST declare from which of these classes the
-functions may be called, or otherwise precisely describe their threading rules.</p>
+<p>Extensions to this specification which add new plugin functions MUST declare
+in which of these classes the functions belong, or define new classes for
+them. Extensions which add new host-provided functions MUST declare from which
+of these classes the functions may be called, or otherwise precisely describe
+their threading rules.</p>
<p>The rules that hosts MUST follow are:</p>
<ul>