From 6495f0cc154cc791589d105458214ffd74b3d18b Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 7 Jun 2024 18:08:55 +0200 Subject: [PATCH] Fix doc. --- src/lilv.mli | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lilv.mli b/src/lilv.mli index 9502b1e..1f2429a 100644 --- a/src/lilv.mli +++ b/src/lilv.mli @@ -171,11 +171,11 @@ module Plugin : sig val has_latency : t -> bool (** Index of the plugin's latency port. It is a fatal error to call this on a - plugin without checking if the port exists by first calling - [has_latency. Any plugin that introduces unwanted latency that should be - compensated for (by hosts with the ability/need) must provide this port, - which is a control rate output port that reports the latency for each cycle - in frames. *) + plugin without checking if the port exists by first calling + [has_latency]. Any plugin that introduces unwanted latency that should be + compensated for (by hosts with the ability/need) must provide this port, + which is a control rate output port that reports the latency for each + cycle in frames. *) val latency_port_index : t -> int (** Instances of plugins. *)