]> git.donarmstrong.com Git - perltidy.git/commitdiff
minor wording change in docs before release
authorSteve Hancock <perltidy@users.sourceforge.net>
Tue, 15 Feb 2022 14:37:56 +0000 (06:37 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Tue, 15 Feb 2022 14:37:56 +0000 (06:37 -0800)
CHANGES.md
docs/ChangeLog.html

index b9aee8c260b51ab2c680be0b82f3ecbe538e4813..6a3e048df39559f01aead312ca0240ec0dd634dc 100644 (file)
@@ -19,8 +19,8 @@
 
     - The default value of the new flag, --encode-output-strings, -eos, is currently
       -neos BUT THIS MAY CHANGE in a future release because the current
-      default is inconvenient.  So authors of programs which
-      receive character strings back from Perl::Tidy should set this flag
+      default is inconvenient.  So authors of programs which receive character
+      strings back from Perl::Tidy should set this flag, if necessary,
       to avoid any problems when the default changes.  For more information see the
       above links and the Perl::Tidy man pages for example coding.
 
index 2a6329a78a6ffaeb61f17815dddf69ada1085062..9f953cad03d122c8f4f1c945ab6ec8d25a836b50 100644 (file)
@@ -19,8 +19,8 @@
 
 - The default value of the new flag, --encode-output-strings, -eos, is currently
   -neos BUT THIS MAY CHANGE in a future release because the current
-  default is inconvenient.  So authors of programs which
-  receive character strings back from Perl::Tidy should set this flag
+  default is inconvenient.  So authors of programs which receive character
+  strings back from Perl::Tidy should set this flag, if necessary,
   to avoid any problems when the default changes.  For more information see the
   above links and the Perl::Tidy man pages for example coding.