From a43ca05578cc2fefdd1bab8cd564332eaf9bd191 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 6 Apr 2020 13:51:22 +0200 Subject: 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. --- lv2/worker/worker.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lv2/worker') diff --git a/lv2/worker/worker.h b/lv2/worker/worker.h index 35b82b5..69cc1d3 100644 --- a/lv2/worker/worker.h +++ b/lv2/worker/worker.h @@ -145,10 +145,10 @@ typedef struct { This function is always safe to call from run(), but it is not guaranteed that the worker is actually called from a different thread. - In particular, when free-wheeling (e.g. for offline rendering), the - worker may be executed immediately. This allows single-threaded - processing with sample accuracy and avoids timing problems when run() is - executing much faster or slower than real-time. + In particular, when free-wheeling (for example, during offline + rendering), the worker may be executed immediately. This allows + single-threaded processing with sample accuracy and avoids timing + problems when run() is executing much faster or slower than real-time. Plugins SHOULD be written in such a way that if the worker runs immediately, and responses from the worker are delivered immediately, -- cgit v1.2.1