From 32f567f0bcc02cb5033bd304ef08671f33b489cf Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 17 Mar 2025 17:59:50 +0000 Subject: [PATCH] Comments for nth_type --- include/etl/nth_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/etl/nth_type.h b/include/etl/nth_type.h index ca353458..ac809166 100644 --- a/include/etl/nth_type.h +++ b/include/etl/nth_type.h @@ -63,7 +63,7 @@ namespace etl }; //*************************************************************************** - /// Finds the 0th type in a variadic type parameter. + /// Handles a zero length type list. //*************************************************************************** template struct nth_type