From: Steve Hancock Date: Wed, 1 May 2024 22:30:34 +0000 (-0700) Subject: fix spelling X-Git-Tag: 20240511~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=97f6d560278a7d9119aebd87a5a615cabc726c15;p=perltidy.git fix spelling --- 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;