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/port-groups | |
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/port-groups')
-rw-r--r-- | lv2/port-groups/port-groups.meta.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/port-groups/port-groups.meta.ttl b/lv2/port-groups/port-groups.meta.ttl index b3ddaaf..210e9dd 100644 --- a/lv2/port-groups/port-groups.meta.ttl +++ b/lv2/port-groups/port-groups.meta.ttl @@ -79,8 +79,8 @@ pg:subGroupOf Indicates that this group is a child of another group. This property has no meaning with respect to plugin execution, but the host may find this -information useful (e.g. to provide a compact user interface). Note that being -a sub-group does not relax the restriction that the group MUST have a unique +information useful to provide a better user interface. Note that being a +sub-group does not relax the restriction that the group MUST have a unique symbol with respect to the plugin. """^^lv2:Markdown . |