From 52e1c7888761f81182fd840c1b65e30f30992015 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Mon, 3 Jul 2023 17:47:00 -0700 Subject: [PATCH] fix typo --- bin/perltidy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/perltidy b/bin/perltidy index 990c7e70..54d1fedd 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -1658,8 +1658,8 @@ or ternary expressions. Note that this is considered to be a different operation from "vertical alignment" because space at just one line is being adjusted, whereas in -"vertical alignment" the spaces at all lines are being adjusted. So it sort of -a local version of vertical alignment. +"vertical alignment" the spaces at all lines are being adjusted. So it is +sort of a local version of vertical alignment. Here is an example involving a ternary operator: -- 2.39.5