From 97f6d560278a7d9119aebd87a5a615cabc726c15 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Wed, 1 May 2024 15:30:34 -0700 Subject: [PATCH] fix spelling --- bin/perltidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/perltidy b/bin/perltidy index ab34e367..aa190991 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -5281,7 +5281,7 @@ The following assignment operators are aligned independently by default: = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x= Setting B<--valign-wide-equals>, or B<-vwe>, causes them to be vertically -alligned together with the trailing B<=> all aligned. For example, here +aligned together with the trailing B<=> all aligned. For example, here is the default formatting for some code with several of these operators: $str .= SPACE x $total_pad_count; -- 2.39.5