diff options
author | David Robillard <d@drobilla.net> | 2011-03-09 22:39:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-09 22:39:27 +0000 |
commit | 2b330e1b184a32bbbcd361fba17f0e7e61fa9112 (patch) | |
tree | 5127b0322b7b049fc66e599a44c2d43421e783bf /core.lv2/lv2.ttl | |
parent | 9344275ac3bd8c90fb5bd8df08e50ba87c981f56 (diff) | |
download | lv2-2b330e1b184a32bbbcd361fba17f0e7e61fa9112.tar.xz |
Fix inappropriate hyphen use.
Diffstat (limited to 'core.lv2/lv2.ttl')
-rw-r--r-- | core.lv2/lv2.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index 7aad839..567958a 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -275,7 +275,7 @@ consider all the classes of a port to determine which ports are most suitable for connection (e.g. by ignoring ports with additional classes the host does not recognize).</p> -<p>A port has two identifiers - a (numeric) index, and a (textual) symbol. +<p>A port has two identifiers: a (numeric) index, and a (textual) symbol. The index can be used as an identifier at run-time, but persistent references to ports (e.g. in a saved preset) MUST use the symbol. A symbol is guaranteed to refer to the same port on all plugins with a given URI. An index does NOT |