fix text
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 6 Dec 2024 17:37:08 +0000 (09:37 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 6 Dec 2024 17:37:08 +0000 (09:37 -0800)
bin/perltidy

index fc48e14d942445d660be1dd9b66d99fe98ab420a..37859a53857d22d953ec99c32722bd50c9533276 100755 (executable)
@@ -4738,7 +4738,7 @@ The default formatting will be:
 
   $z = sqrt( $x**2 + $y**2 );
 
-Using the <-bos> flag keeps the isolated semicolon:
+Using the B<-bos> flag keeps the isolated semicolon:
 
   # perltidy -bos
   $z = sqrt( $x**2 + $y**2 )