From c4a26684defb72a32becae7dfae4f2b17565c493 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 25 Jan 2021 22:23:40 +0100 Subject: [PATCH] fix depricated comment explaining usage of \cvlistitem and \cvlistdoubleitem --- moderncv.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moderncv.cls b/moderncv.cls index 2facfcd..c68e2d8 100644 --- a/moderncv.cls +++ b/moderncv.cls @@ -509,11 +509,11 @@ \newcommand*{\cvdoubleitem}[5][.25em]{} % makes a resume line with a list item -% usage: \cvlistitem[label]{item} +% usage: \cvlistitem[spacing]{item} \newcommand*{\cvlistitem}[2][\listitemsymbol]{} % makes a resume line with 2 list items -% usage: \cvlistdoubleitem[label]{item1}{item2} +% usage: \cvlistdoubleitem[spacing]{item1}{item2} \newcommand*{\cvlistdoubleitem}[3][\listitemsymbol]{} % makes a typical resume job / education entry