diff options
author | David Robillard <d@drobilla.net> | 2019-04-27 16:46:03 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-27 22:50:38 +0200 |
commit | 18a9aeff6fe1f502dfec0cbb5b1a797df7de3cf0 (patch) | |
tree | 2d27b162e93c82a0adb73c81a3cbcfd6b0ad9f5d /lv2/resize-port | |
parent | b35e8e0cec99db3fb91cff5dceee61e898966d60 (diff) | |
download | lv2-18a9aeff6fe1f502dfec0cbb5b1a797df7de3cf0.tar.xz |
Fix broken links
Diffstat (limited to 'lv2/resize-port')
-rw-r--r-- | lv2/resize-port/resize-port.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/resize-port/resize-port.ttl b/lv2/resize-port/resize-port.ttl index 6688f90..08186a7 100644 --- a/lv2/resize-port/resize-port.ttl +++ b/lv2/resize-port/resize-port.ttl @@ -44,7 +44,7 @@ asLargeAs several ports, it is asLargeAs the largest such port (not the sum of those ports' sizes).</p> <p>The host guarantees that whenever an ObjectPort's run method is called, any -output O that is obj:asLargeAs an input I is connected to a buffer large enough +output O that is asLargeAs an input I is connected to a buffer large enough to copy I, or NULL if the port is lv2:connectionOptional.</p> """ . |