From b04e833bd8fb0acda256323ef895320cfed692fa Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Thu, 1 Feb 2024 17:19:35 -0800 Subject: [PATCH] fix spelling --- perltidyrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perltidyrc b/perltidyrc index 36421a91..cdb33095 100644 --- a/perltidyrc +++ b/perltidyrc @@ -15,10 +15,10 @@ # warn if any of the 'unusual' variables are seen --warn-variable-types='*' -# user define subs must have args in parens +# user-defined subs must have args in parens --want-call-parens='&' -# add comment with sub name to closing sub brace +# add closing side comments for named subs --closing-side-comments --closing-side-comment-list='sub' -- 2.39.5