diff options
author | David Robillard <d@drobilla.net> | 2020-10-16 12:12:14 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-16 12:29:29 +0200 |
commit | f207706a7ca2050ae86a468b416f45309cbfc591 (patch) | |
tree | 08429fe1b3261ea905d57ca5ef18f807213827bb /lv2/units | |
parent | 9e46d4a8323e9a91480631980a984700b76a09bd (diff) | |
download | lv2-f207706a7ca2050ae86a468b416f45309cbfc591.tar.xz |
Fix HTML character entities in documentation
Not all of these actually show up in the output, but it's unnecessary to use
these in Markdown anyway.
Diffstat (limited to 'lv2/units')
-rw-r--r-- | lv2/units/units.meta.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/units/units.meta.ttl b/lv2/units/units.meta.ttl index bb40547..a857046 100644 --- a/lv2/units/units.meta.ttl +++ b/lv2/units/units.meta.ttl @@ -117,8 +117,8 @@ processing. For example, to say that a gain control is in decibels: :::turtle - @prefix units: <http://lv2plug.in/ns/extensions/units#> . - @prefix eg: <http://example.org/> . + @prefix units: <http://lv2plug.in/ns/extensions/units#> . + @prefix eg: <http://example.org/> . eg:plugin lv2:port [ a lv2:ControlPort , lv2:InputPort ; |