From e19a50d8aeaa3211510d7ef6937837d9cbc59c98 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Mon, 2 Dec 2024 15:26:14 +0100 Subject: [PATCH] Update include/clap/ext/draft/location.h Co-authored-by: Dalton Messmer --- include/clap/ext/draft/location.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/location.h b/include/clap/ext/draft/location.h index 05762c46..35a2548a 100644 --- a/include/clap/ext/draft/location.h +++ b/include/clap/ext/draft/location.h @@ -18,7 +18,7 @@ enum { CLAP_PLUGIN_LOCATION_PROJECT = 1, // Represents a group of tracks. - // It can contain both track groups, tracks and devices (post processing). + // It can contain track groups, tracks, and devices (post processing). // The first device within a track group has the index of // the last track or track group within this group + 1. CLAP_PLUGIN_LOCATION_TRACK_GROUP = 2,