diff options
author | David Robillard <d@drobilla.net> | 2020-04-06 13:51:22 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-10 19:46:04 +0200 |
commit | a43ca05578cc2fefdd1bab8cd564332eaf9bd191 (patch) | |
tree | 2c04db1b6e8b89e24d9afc21946355c9c8ecc933 /lv2/morph | |
parent | 802614f60290df2ed452d14499ed71651c246350 (diff) | |
download | lv2-a43ca05578cc2fefdd1bab8cd564332eaf9bd191.tar.xz |
Remove most uses of "e.g." in documentation
This causes typesetting issues in some cases (because it is interpreted as the
end of a sentence), and it's probably more accessible to write out fully
anyway.
Diffstat (limited to 'lv2/morph')
-rw-r--r-- | lv2/morph/morph.meta.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/morph/morph.meta.ttl b/lv2/morph/morph.meta.ttl index 0616473..c247783 100644 --- a/lv2/morph/morph.meta.ttl +++ b/lv2/morph/morph.meta.ttl @@ -55,8 +55,8 @@ morph:AutoMorphPort lv2:documentation """ Ports of this type MUST have another type which defines the default buffer -format (e.g. lv2:ControlPort) but may dynamically change types based on the -configured types of any morph:MorphPort ports on the same plugin instance. +format (for example, lv2:ControlPort) but may dynamically change types based on +the configured types of any morph:MorphPort ports on the same plugin instance. The type of a port may only change in response to a host call to LV2_Options_Interface::set(). Whenever any port type on the instance changes, |